DBA Data[Home] [Help]

APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on GL_BC_PACKETS

Line 16: p_packet_id IN gl_bc_packets.packet_id%type,

12: Function Encumbrance_Enabled(
13: p_set_of_books_id IN igi_itr_charge_headers.set_of_books_id%type) Return Boolean;
14:
15: Procedure Bc_Packets_Insert(
16: p_packet_id IN gl_bc_packets.packet_id%type,
17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,
18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,

Line 17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,

13: p_set_of_books_id IN igi_itr_charge_headers.set_of_books_id%type) Return Boolean;
14:
15: Procedure Bc_Packets_Insert(
16: p_packet_id IN gl_bc_packets.packet_id%type,
17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,
18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,

Line 18: p_ccid IN gl_bc_packets.code_combination_id%type,

14:
15: Procedure Bc_Packets_Insert(
16: p_packet_id IN gl_bc_packets.packet_id%type,
17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,
18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,

Line 19: p_amount IN gl_bc_packets.entered_dr%type,

15: Procedure Bc_Packets_Insert(
16: p_packet_id IN gl_bc_packets.packet_id%type,
17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,
18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,

Line 20: p_period_year IN gl_bc_packets.period_year%type,

16: p_packet_id IN gl_bc_packets.packet_id%type,
17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,
18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,

Line 21: p_period_num IN gl_bc_packets.period_num%type,

17: p_set_of_books_id IN gl_bc_packets.ledger_id%type,
18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,

Line 22: p_quarter_num IN gl_bc_packets.quarter_num%type,

18: p_ccid IN gl_bc_packets.code_combination_id%type,
19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,

Line 23: p_gl_user IN gl_bc_packets.last_updated_by%type,

19: p_amount IN gl_bc_packets.entered_dr%type,
20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,

Line 24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,

20: p_period_year IN gl_bc_packets.period_year%type,
21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,

Line 25: p_ref2 IN gl_bc_packets.reference2%type,

21: p_period_num IN gl_bc_packets.period_num%type,
22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,

Line 26: p_ref4 IN gl_bc_packets.reference4%type,

22: p_quarter_num IN gl_bc_packets.quarter_num%type,
23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,

Line 27: p_ref5 IN gl_bc_packets.reference5%type,

23: p_gl_user IN gl_bc_packets.last_updated_by%type,
24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,

Line 28: p_je_source IN gl_bc_packets.je_source_name%type,

24: p_enc_type_id IN gl_bc_packets.encumbrance_type_id%type,
25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,
32: p_base_currency_code IN gl_bc_packets.currency_code%type,

Line 29: p_je_category IN gl_bc_packets.je_category_name%type,

25: p_ref2 IN gl_bc_packets.reference2%type,
26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,
32: p_base_currency_code IN gl_bc_packets.currency_code%type,
33: p_status_code IN gl_bc_packets.status_code%type,

Line 30: p_actual_flag IN gl_bc_packets.actual_flag%type,

26: p_ref4 IN gl_bc_packets.reference4%type,
27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,
32: p_base_currency_code IN gl_bc_packets.currency_code%type,
33: p_status_code IN gl_bc_packets.status_code%type,
34: p_reversal_flag IN igi_itr_charge_lines_audit.reversal_flag%type,

Line 31: p_period_name IN gl_bc_packets.period_name%type,

27: p_ref5 IN gl_bc_packets.reference5%type,
28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,
32: p_base_currency_code IN gl_bc_packets.currency_code%type,
33: p_status_code IN gl_bc_packets.status_code%type,
34: p_reversal_flag IN igi_itr_charge_lines_audit.reversal_flag%type,
35: p_status_flag IN igi_itr_charge_lines.status_flag%type,

Line 32: p_base_currency_code IN gl_bc_packets.currency_code%type,

28: p_je_source IN gl_bc_packets.je_source_name%type,
29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,
32: p_base_currency_code IN gl_bc_packets.currency_code%type,
33: p_status_code IN gl_bc_packets.status_code%type,
34: p_reversal_flag IN igi_itr_charge_lines_audit.reversal_flag%type,
35: p_status_flag IN igi_itr_charge_lines.status_flag%type,
36: p_prevent_encumbrance_flag IN igi_itr_charge_lines.prevent_encumbrance_flag%type,

Line 33: p_status_code IN gl_bc_packets.status_code%type,

29: p_je_category IN gl_bc_packets.je_category_name%type,
30: p_actual_flag IN gl_bc_packets.actual_flag%type,
31: p_period_name IN gl_bc_packets.period_name%type,
32: p_base_currency_code IN gl_bc_packets.currency_code%type,
33: p_status_code IN gl_bc_packets.status_code%type,
34: p_reversal_flag IN igi_itr_charge_lines_audit.reversal_flag%type,
35: p_status_flag IN igi_itr_charge_lines.status_flag%type,
36: p_prevent_encumbrance_flag IN igi_itr_charge_lines.prevent_encumbrance_flag%type,
37: p_charge_name IN igi_itr_charge_headers.name%type, --shsaxena for bug 2948237