DBA Data[Home] [Help]

APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on GL_BC_PACKETS_S

Line 225: l_debug_info := 'Retrieve next packet id from gl_bc_packets_s';

221: l_packet_id_old igi_itr_charge_lines_audit.packet_id%type;
222: Begin
223: ---------------------------------------------------------------
224: l_curr_calling_sequence := 'IGI_ITR_FUNDS_CONTROL_PKG.'||l_debug_loc;
225: l_debug_info := 'Retrieve next packet id from gl_bc_packets_s';
226: ---------------------------------------------------------------
227:
228: l_packet_id_old := p_packet_id;
229:

Line 230: Select gl_bc_packets_s.nextval

226: ---------------------------------------------------------------
227:
228: l_packet_id_old := p_packet_id;
229:
230: Select gl_bc_packets_s.nextval
231: Into p_packet_id
232: From sys.dual;
233: Exception
234: When Others Then

Line 769: p_status_code IN gl_bc_packets.status_code%type,

765: p_je_category IN gl_bc_packets.je_category_name%type,
766: p_actual_flag IN gl_bc_packets.actual_flag%type,
767: p_period_name IN gl_bc_packets.period_name%type,
768: p_base_currency_code IN gl_bc_packets.currency_code%type,
769: p_status_code IN gl_bc_packets.status_code%type,
770: p_reversal_flag IN igi_itr_charge_lines_audit.reversal_flag%type,
771: p_status_flag IN igi_itr_charge_lines.status_flag%type,
772: p_prevent_encumbrance_flag IN igi_itr_charge_lines.prevent_encumbrance_flag%type,
773: p_charge_name IN igi_itr_charge_headers.name%type, --shsaxena for bug 2948237