DBA Data[Home] [Help]

APPS.PKG_GMP_BUCKET_DATA dependencies on GMA_GLOBAL_GRP

Line 118: -- date in gma_global_grp.

114: CLOSE Cur_trans_dtl;
115:
116: -- TKW B3034938 The changes made in bugs 2348778 and 2626977 were commented
117: -- since the date returned was null. The min date was set as a constant
118: -- date in gma_global_grp.
119: /*
120: --BEGIN BUG#2348778 RajaSekhar
121: X_workdate1 := FND_DATE.string_to_date(GMA_CORE_PKG.get_date_constant('SY$MIN_DATE'), 'YYYY/MM/DD HH24:MI:SS');
122: -- Bug #2626977 (JKB) Removed reference to date profile above.

Line 126: X_workdate1 := GMA_GLOBAL_GRP.SY$MIN_DATE;

122: -- Bug #2626977 (JKB) Removed reference to date profile above.
123: --END BUG#2348778
124: */
125:
126: X_workdate1 := GMA_GLOBAL_GRP.SY$MIN_DATE;
127:
128: X_workdate2 := TO_DATE(TO_CHAR(SYSDATE,'DD/MM/YYYY')||' 23:59:59','DD/MM/YYYY HH24:MI:SS');
129: FND_MESSAGE.SET_NAME('GMP','PS_PASTDUE');
130: X_period := FND_MESSAGE.GET;

Line 1005: -- date in gma_global_grp.

1001: /* nsinghi MPSCONV End */
1002:
1003: -- TKW B3034938 The changes made in bugs 2348778 and 2626977 were commented
1004: -- since the date returned was null. The min date was set as a constant
1005: -- date in gma_global_grp.
1006: /*
1007: --BEGIN BUG#2348778 RajaSekhar
1008: X_workdate1 := FND_DATE.string_to_date(GMA_CORE_PKG.get_date_constant('SY$MIN_DATE'), 'YYYY/MM/DD HH24:MI:SS');
1009: -- Bug #2626977 (JKB) Removed reference to date profile above.

Line 1013: X_workdate1 := GMA_GLOBAL_GRP.SY$MIN_DATE;

1009: -- Bug #2626977 (JKB) Removed reference to date profile above.
1010: --END BUG#2348778
1011: */
1012:
1013: X_workdate1 := GMA_GLOBAL_GRP.SY$MIN_DATE;
1014:
1015: X_workdate2 := TO_DATE(TO_CHAR(SYSDATE,'DD/MM/YYYY')||' 23:59:59','DD/MM/YYYY HH24:MI:SS');
1016: FND_MESSAGE.SET_NAME('GMP','PS_PASTDUE');
1017: X_period := FND_MESSAGE.GET;