DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on STANDARD

Line 312: 1, -- Bugfix 3718098 : Added OBJECT_VERSION_NUMBER per Release Standards,

308: FND_GLOBAL.USER_ID,
309: FND_GLOBAL.USER_ID,
310: SYSDATE,
311: FND_GLOBAL.LOGIN_ID,
312: 1, -- Bugfix 3718098 : Added OBJECT_VERSION_NUMBER per Release Standards,
313: p_load_id);
314:
315: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN
316: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE,

Line 1853: -- p_subscription_guid Standard Business Event Parameter

1849: -- adjustment_disabled()
1850: -- Purpose
1851: -- Tracks disabling adjustments
1852: -- Arguments
1853: -- p_subscription_guid Standard Business Event Parameter
1854: -- p_event Standard Business Event Parameter
1855: -- Notes
1856: -- Bugfix 5613302
1857: FUNCTION adjustment_disabled(p_subscription_guid in raw,

Line 1854: -- p_event Standard Business Event Parameter

1850: -- Purpose
1851: -- Tracks disabling adjustments
1852: -- Arguments
1853: -- p_subscription_guid Standard Business Event Parameter
1854: -- p_event Standard Business Event Parameter
1855: -- Notes
1856: -- Bugfix 5613302
1857: FUNCTION adjustment_disabled(p_subscription_guid in raw,
1858: p_event in out nocopy wf_event_t)