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: Comments (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

  • How to sort digits of a number in C?
    To sort digits of a number in C the code is as follows: //Program to sort digits of a number in C #include<stdio.h> int main() {...
  • Programming Quiz-67
    main()   {   int x=5;   for(;x!=0;x--) {   printf(“%d\n”, x--); }   }   a. 5, 4, 3, 2,1 b. 4, 3, 2, 1, 0 c. ...
  • Programming Quiz-64
    void main ()   {   int x = 10;   printf ("x = %d, y = %d", x,--x++);  } a. 10, 10 b. 10, 9 c. ...
  • Programming Quiz-77
    Find the odd term a) Source Code b) Object Code c) Executable Code d) ASCII Code Answer: D
  • Programming Quiz-79
    Testing of a program is done to ensure that it a) should not contain any syntax error b) performs its intended task c) compiles succes...
  • Programming Quiz-55
    main()   {  char * strA;  char * strB = “I am OK”;  memcpy( strA, strB, 6); printf("%s",strA); } a. Ru...
  • Programming Quiz-45
    main()    {     int i;     printf("%d", &i)+1;     scanf("%d", i)-1;   } a. Runtime ...
  • Programming Quiz-65
    main()   {    int i =10, j = 20;    printf("%d, %d\n", j-- , --i);    printf("%d, %d\n", j++ , ++i); ...
  • Programming Quiz-68
    main() {   unsigned int bit=256;   printf(“%d”, bit); }    {   unsigned int bit=512;   printf(“%d”, bit); } }...
  • Programming Quiz-74
    main() { signed int bit=512, mBit; { mBit = ~bit; bit = bit & ~bit ; printf("%d %d", bit, m...

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.