DBA Data[Home] [Help]

APPS.GMS_EVT_BILLING dependencies on GMS_INSTALL

Line 288: /* CHECK IF GMS_INSTALLATION HAS BEEN CARRIED OUT NOCOPY */

284: gms_error_pkg.set_debug_context; -- Added for Bug: 2510024
285:
286: SAVEPOINT MANUAL_BILLING_SAVEPOINT;
287:
288: /* CHECK IF GMS_INSTALLATION HAS BEEN CARRIED OUT NOCOPY */
289:
290: If gms_install.enabled then
291:
292: X_Stage := 10;

Line 290: If gms_install.enabled then

286: SAVEPOINT MANUAL_BILLING_SAVEPOINT;
287:
288: /* CHECK IF GMS_INSTALLATION HAS BEEN CARRIED OUT NOCOPY */
289:
290: If gms_install.enabled then
291:
292: X_Stage := 10;
293:
294: /* Checking the Sponsored Flag on the Project Type */

Line 441: End if; -- GMS_INSTALLATION CHECK

437:
438: /*----------------------------------------------------------------------------------------*/
439: End If; -- End If for PROJECT_TYPE Check
440:
441: End if; -- GMS_INSTALLATION CHECK
442:
443: Exception
444:
445: WHEN NO_DATA_FOUND THEN