DBA Data[Home] [Help]

APPS.IGI_EXP_HOLDS dependencies on STANDARD

Line 166: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

162: Debug_log_string (l_proc_level, 'Release_hold.Msg1',
163: ' ** START RELEASE_HOLD ** ');
164: -- =============== END DEBUG LOG ==================
165:
166: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
167: l_release_lookup_code := 'EXP HOLD RELEASE';
168: l_debug_loc :='Release_Hold';
169:
170: -- Update the calling sequence

Line 237: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

233: Debug_log_string (l_proc_level, 'Get_hold_status.Msg1',
234: ' ** START GET_HOLD_STATUS ** ');
235: -- =============== END DEBUG LOG ==================
236:
237: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
238: l_debug_loc :='Get_Hold_Status';
239: -- Initialize to NOT ON HOLD in case the CURSOR retrieves no records.
240: p_status := 'NOT ON HOLD';
241: -- Update the calling sequence

Line 314: -- Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

310: Debug_log_string (l_proc_level, 'Get_Approval_status.Msg1',
311: ' ** START GET_APPROVAL_STATUS ** ');
312: -- =============== END DEBUG LOG ==================
313:
314: -- Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
315: l_debug_loc := 'get_approval_status';
316: p_calling_sequence := 'IGI_EXP_HOLDS.'||l_debug_loc||'<-'||
317: p_calling_sequence;
318:

Line 500: -- GSCC Standard - File.sql.35

496: Debug_log_string (l_proc_level, 'Invoice_not_included.Msg1',
497: ' ** START INVOCIE_NOT_INCLUDED ** ');
498: -- =============== END DEBUG LOG ==================
499:
500: -- GSCC Standard - File.sql.35
501: l_debug_loc := 'invoice_not_excluded';
502: -- Update the calling sequence
503: l_curr_calling_sequence := 'IGI_EXP_HOLDS.'||l_debug_loc||'<-'||
504: p_calling_sequence;

Line 586: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

582: Debug_log_string (l_proc_level, 'Igi_exp_ap_holds_t2.Msg1',
583: ' ** START IGI_EXP_AP_HOLDS_T2 ** ');
584: -- =============== END DEBUG LOG ==================
585:
586: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
587: l_debug_loc := 'IGI_EXP_AP_HOLDS_T2';
588: l_calling_sequence := 'AWAIT EXP APP';
589: -- Bug 5905190 Start - Variable not initialised
590: l_hold_lookup_code := 'AWAIT EXP APP';

Line 693: -- Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

689: Debug_log_string (l_proc_level, 'Igi_Exp_Ap_Inv_Dist_T2.Msg1',
690: ' ** START IGI_EXP_AP_INV_DIST_T2 ** ');
691: -- =============== END DEBUG LOG ==================
692:
693: -- Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
694: l_debug_loc := 'IGI_EXP_AP_INV_DIST_T2';
695: l_calling_sequence := 'AWAIT EXP APP';
696:
697: -- Update the calling sequence --

Line 791: -- Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

787: -- =============== START DEBUG LOG ================
788: Debug_log_string (l_proc_level, 'Igi_Exp_Ap_Inv_Line_T2.Msg1',
789: ' ** START IGI_EXP_AP_INV_LINE_T2 ** ');
790: -- =============== END DEBUG LOG ==================
791: -- Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
792: l_debug_loc := 'IGI_EXP_AP_INV_LINE_T2';
793: l_calling_sequence := 'AWAIT EXP APP';
794:
795: -- Update the calling sequence --

Line 931: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35

927: Debug_log_string (l_proc_level, 'Place_Release_Hold.Msg8',
928: ' p_temp_cancelled_amount --> ' || p_temp_cancelled_amount);
929: -- =============== END DEBUG LOG ==================
930:
931: --Initialize variables inside BEGIN bacause of GSCC Standard - File.sql.35
932: l_debug_loc := 'place_release_hold';
933: l_system_user := 5;
934:
935: -- =============== START DEBUG LOG ================