DBA Data[Home] [Help]

APPS.PJI_CURR_REP_PERIODS_UTIL dependencies on PJI_UTILS

Line 30: Pji_Utils.WRITE2LOG( 'update_curr_rep_periods: begining', TRUE , g_proc);

26:
27: BEGIN
28: -- ----------------------------------------------
29: IF g_debug_mode = 'Y' THEN
30: Pji_Utils.WRITE2LOG( 'update_curr_rep_periods: begining', TRUE , g_proc);
31: END IF;
32:
33: -- check if pji_org_extr_info table has a record for p_org_id
34: -- Count funtion is introduced

Line 110: Pji_Utils.WRITE2LOG( 'update_curr_rep_periods: finishing', TRUE , g_proc);

106:
107: COMMIT;
108:
109: IF g_debug_mode = 'Y' THEN
110: Pji_Utils.WRITE2LOG( 'update_curr_rep_periods: finishing', TRUE , g_proc);
111: END IF;
112:
113:
114: END update_curr_rep_periods;