A world of Programming- Gsbprogramming


                 By Er Gurpreet Singh, Senior Software Engineer, Sopra Steria India

Labels

  • ASP.NET
  • About
  • C#
  • C&Cpp
  • CSS
  • GK
  • JQuery
  • Java
  • Java EE
  • Notes
  • OS
  • Oracle apps
  • Others
  • PL/SQL
  • Programming Quiz
  • SQL

Sunday, 18 December 2016

Creating Business Group in oracle apps



Creating business group in oracle apps from Er Gurpreet singh
Posted by Gurpreet Singh at 08:22 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Oracle, Oracle 10g, Oracle 12c, Oracle apps, oracle database, oracle e business suite, oracle ebs, oracle technical consultant

Saturday, 17 December 2016

Defining Locations in Oracle Apps



Defing locations in Oracle Apps from Er Gurpreet singh
Posted by Gurpreet Singh at 23:34 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Oracle, Oracle 10g, Oracle 12c, Oracle apps, oracle database, oracle e business suite, oracle ebs, oracle technical consultant

Reset the password of user in Oracle apps

To reset the password of a user in oracle apps run the following query:

DECLARE
X BOOLEAN ;
BEGIN
X:= FND_USER_PKG.CHANGEPASSWORD('XG63','welcome123');
IF X THEN
dbms_output.put_line('true');
COMMIT;
ELSE
dbms_output.put_line('flase');
END IF;
END;



Here XG63 is username and welcome123 is new password
Posted by Gurpreet Singh at 06:27 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Oracle, Oracle 10g, Oracle 12c, Oracle apps, oracle database, oracle e business suite, oracle ebs, oracle technical consultant
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Views

About Me

Gurpreet Singh
View my complete profile

My College

My College
ACET, Amritsar

Notes

  • Artificial_Intelligence (10)
  • Cloud_Computing (13)
  • Computer Graphics (1)
  • Computer Peripherals & Interfaces (2)
  • Design & Analysis of Algorithms (7)
  • STQA (5)
  • Theory_of_Computation (3)

Join Us

Popular Posts

  • What is SQL?
    SQL stands for Structured Query Language. SQL is a simple and powerful language used to create, access, and manipulate data and structur...
  • How to make a Collapsible panel in ASP.NET using jQuery?
    Collapsible Panel is a panel which can collapse. For example, when we click the yellow panel, the another panel below it collapses and whe...
  • Css Notification Boxes
    Today we are going to look at the design of CSS Notification Boxes. Notification or Alert Boxes are a great way to inform the user of a v...
  • Naming, Compiling and Running Java Files Containing More Than One Class Definitions
    Today we will see how to name, compile and running java files containing more than one class definitions. 1). Consider the following prog...
  • What is Difference Between HTTP and HTTPS Protocol?
    HTTP Hypertext Transfer Protocol  ( HTTP ) is a protocol used in networking. When you type any web address in your web browser, your browse...
  • Learn Java Part 5
    Click here to download it Learn Java Part 5 from Gurpreet singh
  • Query to get open period details in Oracle Apps
    SELECT       distinct b.application_id,       b.application_short_name,       c.application_name,       a.set_of_books_id,       e.nam...
  • How to export data grid view to pdf file?
    To export data grid view to excel file follow these steps: Write a function export( ) as:   private   void  export( string  filenam...
  • How to save picture box image?
    To save image of a picture box use the following syntax: pictureBox1.Image.Save("path"); For example: pictureBox1.Image.Sa...
  • Merge Sort Program
    #include<iostream.h> #include<conio.h> #include<values.h> void merge(int a[],int p,int q,int r) { int n1=q-p+1,n2=r-q; ...

Infolinks

Search This Blog

Blog Archive

  • ►  2014 (170)
    • ►  July (46)
    • ►  August (14)
    • ►  October (11)
    • ►  November (8)
    • ►  December (91)
  • ►  2015 (192)
    • ►  January (65)
    • ►  February (55)
    • ►  March (12)
    • ►  April (9)
    • ►  May (10)
    • ►  June (14)
    • ►  August (19)
    • ►  September (4)
    • ►  October (4)
  • ▼  2016 (14)
    • ►  June (1)
    • ►  August (2)
    • ►  October (3)
    • ►  November (5)
    • ▼  December (3)
      • Reset the password of user in Oracle apps
      • Defining Locations in Oracle Apps
      • Creating Business Group in oracle apps
  • ►  2017 (6)
    • ►  March (2)
    • ►  July (2)
    • ►  November (2)
  • ►  2018 (4)
    • ►  May (2)
    • ►  July (1)
    • ►  October (1)
  • ►  2023 (2)
    • ►  May (1)
    • ►  July (1)
By: Gurpreet Singh Bhinder (GSB). Awesome Inc. theme. Powered by Blogger.