DBA Data[Home] [Help]

APPS.JAI_ENCUM_PRC dependencies on PO_TBL_NUMBER

Line 4: p_dist_id_tbl IN po_tbl_number,

1: PACKAGE BODY jai_encum_prc AS
2: /* $Header: jai_encum_prc.plb 120.2 2008/01/21 11:26:26 ssumaith noship $ */
3: PROCEDURE fetch_nr_tax( p_dist_type_tbl IN po_tbl_varchar30,
4: p_dist_id_tbl IN po_tbl_number,
5: p_action IN VARCHAR2,
6: p_doc_type IN VARCHAR2,
7: p_nr_tax_tbl OUT NOCOPY po_tbl_number,
8: p_return_status OUT NOCOPY VARCHAR2

Line 7: p_nr_tax_tbl OUT NOCOPY po_tbl_number,

3: PROCEDURE fetch_nr_tax( p_dist_type_tbl IN po_tbl_varchar30,
4: p_dist_id_tbl IN po_tbl_number,
5: p_action IN VARCHAR2,
6: p_doc_type IN VARCHAR2,
7: p_nr_tax_tbl OUT NOCOPY po_tbl_number,
8: p_return_status OUT NOCOPY VARCHAR2
9: )
10: IS
11: ln_nr_tax NUMBER;--This will have the sum of nr tax fetched so far for the shipment of current distribution record

Line 95: p_nr_tax_tbl := po_tbl_number(0);

91:
92: il_encumbrance_rec cur_il_encumbrance%ROWTYPE;
93:
94: BEGIN
95: p_nr_tax_tbl := po_tbl_number(0);
96: p_return_status := 'E';
97: lv_last_record := 'FALSE';
98: ln_distribution_cnt := 1;
99: