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 558: --- Standard call to check for call compatibility

554: l_api_name VARCHAR2(30) := 'delete_project_party';
555: l_msg_index_out NUMBER;
556:
557: BEGIN
558: --- Standard call to check for call compatibility
559: if (p_debug_mode = 'Y') then
560: pa_debug.debug('Delete_project_party: Checking he api version number.');
561: end if;
562: