DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on STANDARD

Line 1549: -- Standard call to check for call compatibility

1545: BEGIN
1546:
1547: pa_tasks_maint_utils.set_org_id(p_project_id);
1548:
1549: -- Standard call to check for call compatibility
1550: IF (p_debug_mode = 'Y')
1551: THEN
1552: pa_debug.debug('Edit Task Structure PUB : Checking the api version number.');
1553: END IF;

Line 1853: -- Standard call to check for call compatibility

1849: BEGIN
1850:
1851: pa_tasks_maint_utils.set_org_id(p_project_id);
1852:
1853: -- Standard call to check for call compatibility
1854: IF (p_debug_mode = 'Y')
1855: THEN
1856: pa_debug.debug('Move Task PUB : Checking the api version number.');
1857: END IF;

Line 2186: -- Standard call to check for call compatibility

2182:
2183: BEGIN
2184:
2185: pa_tasks_maint_utils.set_org_id(p_project_id);
2186: -- Standard call to check for call compatibility
2187: IF (p_debug_mode = 'Y')
2188: THEN
2189: pa_debug.debug('Copy Task PUB : Checking the api version number.');
2190: END IF;