DBA Data[Home] [Help]

APPS.PA_TASKS_MAINT_PUB dependencies on STANDARD

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

1553: BEGIN
1554:
1555: pa_tasks_maint_utils.set_org_id(p_project_id);
1556:
1557: -- Standard call to check for call compatibility
1558: IF (p_debug_mode = 'Y')
1559: THEN
1560: pa_debug.debug('Edit Task Structure PUB : Checking the api version number.');
1561: END IF;

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

1857: BEGIN
1858:
1859: pa_tasks_maint_utils.set_org_id(p_project_id);
1860:
1861: -- Standard call to check for call compatibility
1862: IF (p_debug_mode = 'Y')
1863: THEN
1864: pa_debug.debug('Move Task PUB : Checking the api version number.');
1865: END IF;

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

2190:
2191: BEGIN
2192:
2193: pa_tasks_maint_utils.set_org_id(p_project_id);
2194: -- Standard call to check for call compatibility
2195: IF (p_debug_mode = 'Y')
2196: THEN
2197: pa_debug.debug('Copy Task PUB : Checking the api version number.');
2198: END IF;