DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on PO_TBL_NUMBER

Line 58: l_dist_id_tbl po_tbl_number;

54: l_accrual_account_id NUMBER;
55: l_variance_account_id NUMBER;
56: l_encumbered_flag VARCHAR2(1);
57: l_budget_account_id NUMBER;
58: l_dist_id_tbl po_tbl_number;
59: l_dist_count NUMBER;
60: x_req_rate PO_REQUISITION_LINES_ALL.rate%TYPE;
61: x_req_currency_code PO_REQUISITION_LINES_ALL.currency_code%TYPE;
62: x_rate PO_REQUISITION_LINES_ALL.rate%TYPE;

Line 862: l_line_loc_id_tbl po_tbl_number;

858: AND pod.req_distribution_id IS NULL;
859:
860: payitem_acct_rec payitem_acct_gen_cursor%ROWTYPE;
861: l_api_name VARCHAR2(30) := 'create_payitem_dists';
862: l_line_loc_id_tbl po_tbl_number;
863: l_line_loc_value_basis_tbl po_tbl_varchar30;
864: l_dist_id_tbl po_tbl_number;
865: l_return_status VARCHAR2(1);
866: l_msg_count NUMBER;

Line 864: l_dist_id_tbl po_tbl_number;

860: payitem_acct_rec payitem_acct_gen_cursor%ROWTYPE;
861: l_api_name VARCHAR2(30) := 'create_payitem_dists';
862: l_line_loc_id_tbl po_tbl_number;
863: l_line_loc_value_basis_tbl po_tbl_varchar30;
864: l_dist_id_tbl po_tbl_number;
865: l_return_status VARCHAR2(1);
866: l_msg_count NUMBER;
867: l_msg_data VARCHAR2(2000);
868: l_gl_date_option VARCHAR2(25);

Line 2115: l_dist_id_tbl po_tbl_number;

2111: --End of Comments
2112: -------------------------------------------------------------------------------
2113: PROCEDURE Default_Acrn_Values
2114: IS
2115: l_dist_id_tbl po_tbl_number;
2116: l_charge_acc_tbl po_tbl_number;
2117: l_ACRN_tbl po_tbl_varchar30;
2118: x_ACRN_tbl po_tbl_varchar30;
2119: L_LOA_TBL PO_TBL_VARCHAR30;

Line 2116: l_charge_acc_tbl po_tbl_number;

2112: -------------------------------------------------------------------------------
2113: PROCEDURE Default_Acrn_Values
2114: IS
2115: l_dist_id_tbl po_tbl_number;
2116: l_charge_acc_tbl po_tbl_number;
2117: l_ACRN_tbl po_tbl_varchar30;
2118: x_ACRN_tbl po_tbl_varchar30;
2119: L_LOA_TBL PO_TBL_VARCHAR30;
2120: L_CHANGE_STAT_TBL PO_TBL_VARCHAR30;