DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PUB dependencies on STANDARD

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

57: --dbms_output.put_line('Check1');
58:
59: SAVEPOINT create_project_party;
60:
61: --- Standard call to check for call compatibility
62: if (p_debug_mode = 'Y') then
63: pa_debug.debug('create_project_party: Checking the api version number.');
64: end if;
65:

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

370: l_check_id_flag VARCHAR2(1); -- Added for bug 4947618
371:
372: BEGIN
373: SAVEPOINT update_project_party;
374: --- Standard call to check for call compatibility
375: if (p_debug_mode = 'Y') then
376: pa_debug.debug('Update_project_party: Checking he api version number.');
377: end if;
378:

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

563: (select 1 from pa_progress_rollup where project_id=pt.project_id and proj_element_id = pt.task_id
564: and structure_version_id is null
565: );
566: BEGIN
567: --- Standard call to check for call compatibility
568: if (p_debug_mode = 'Y') then
569: pa_debug.debug('Delete_project_party: Checking he api version number.');
570: end if;
571: