DBA Data[Home] [Help]

APPS.GMS_MULTI_FUNDING dependencies on GMS_IMPLEMENTATIONS

Line 518: G_Stage := '(500:Select from gms_implementations)';

514: --END Bug fix 1656812
515:
516:
517: BEGIN
518: G_Stage := '(500:Select from gms_implementations)';
519: ---------------------------------------------------
520: /* Getting Org Id */
521:
522: /* Getting the Default Organization Id */

Line 529: gms_implementations;

525: to_char(nvl(org_id,-999))
526: INTO
527: x_default_org_id
528: FROM
529: gms_implementations;
530:
531: --Shared Service Enhancement :
532: --Setting Org Context
533: MO_GLOBAL.SET_POLICY_CONTEXT('S',x_default_org_id);

Line 3120: FROM gms_implementations;

3116:
3117: --Getting Org Id
3118: SELECT TO_CHAR(NVL(org_id,-999))
3119: INTO x_default_org_id
3120: FROM gms_implementations;
3121:
3122: G_Stage := '(310:select from pa_projects)';
3123:
3124: --Get X_Created_From_Project_Id