DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on JAI_TRX_REPO_EXTRACT_PKG

Line 1391: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => r_ref.reference_id,

1387: /*Bug 5879769 bduvarag start*/
1388: /* OPEN c_inv_organization_id(r_dist.po_distribution_id);
1389: FETCH c_inv_organization_id INTO ln_inv_organization_id;
1390: CLOSE c_inv_organization_id;*/
1391: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => r_ref.reference_id,
1392: p_organization_id => ln_organization_id,
1393: p_location_id => ln_location_id,
1394: p_service_type_code => lv_service_type_code,
1395: p_process_flag => lv_process_flag,

Line 4934: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => rec_ap_ref_records.reference_id,

4930: OPEN get_loc_cur(rec_ap_dist.invoice_id, rec_ap_dist.invoice_line_number);
4931: FETCH get_loc_cur INTO ln_location_id, lv_service_type_code;
4932: CLOSE get_loc_cur;
4933:
4934: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => rec_ap_ref_records.reference_id,
4935: p_organization_id => ln_organization_id,
4936: p_location_id => ln_location_id,
4937: p_service_type_code => lv_service_type_code,
4938: p_process_flag => lv_process_flag,

Line 5020: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => rec_ap_ref_records.reference_id,

5016: OPEN get_loc_cur(rec_ap_dist.invoice_id, rec_ap_dist.invoice_line_number);
5017: FETCH get_loc_cur INTO ln_location_id, lv_service_type_code;
5018: CLOSE get_loc_cur;
5019:
5020: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => rec_ap_ref_records.reference_id,
5021: p_organization_id => ln_organization_id,
5022: p_location_id => ln_location_id,
5023: p_service_type_code => lv_service_type_code,
5024: p_process_flag => lv_process_flag,

Line 5143: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => lr_trx_refs.reference_id,

5139: --Modified by Chong for bug#13358557 08-NOV-2011, end
5140: FETCH get_matched_tax_rec_tot_cur INTO ln_rec_total_tax_amount;
5141: CLOSE get_matched_tax_rec_tot_cur;
5142: END IF;
5143: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => lr_trx_refs.reference_id,
5144: p_organization_id => ln_organization_id,
5145: p_location_id => ln_location_id,
5146: p_service_type_code => lv_service_type_code,
5147: p_process_flag => lv_process_flag,

Line 5247: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => lr_trx_refs.reference_id,

5243: FETCH get_service_type_code_cur INTO lv_service_type_code;
5244: CLOSE get_service_type_code_cur;
5245: END IF;
5246:
5247: jai_trx_repo_extract_pkg.get_doc_from_reference(p_reference_id => lr_trx_refs.reference_id,
5248: p_organization_id => ln_organization_id,
5249: p_location_id => ln_location_id,
5250: p_service_type_code => lv_service_type_code,
5251: p_process_flag => lv_process_flag,