DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_PROCESSING_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 575: jai_cmn_rgm_recording_pkg.insert_repository_entry(

571: END IF;
572: /*Bug 5879769 bduvarag End*/
573: lv_codepath := jai_general_pkg.plot_codepath(27, lv_codepath);
574: lv_called_from := 'AP_PROCESSING';--rchandan for bug#4428980
575: jai_cmn_rgm_recording_pkg.insert_repository_entry(
576: p_repository_id => ln_rgm_reposotory_id,
577: p_regime_id => p_regime_id,
578: p_tax_type => r_ref.tax_type,
579: p_organization_type => jai_constants.orgn_type_io ,/*5694855*/

Line 620: jai_cmn_rgm_recording_pkg.update_reference(

616: lv_codepath := jai_general_pkg.plot_codepath(28, lv_codepath);
617: RETURN;
618: END IF;
619:
620: jai_cmn_rgm_recording_pkg.update_reference(
621: p_source => p_source,
622: p_reference_id => r_ref.reference_id,
623: p_recovered_amount => ln_recovered_amount,
624: p_discounted_amount => ln_discounted_amount, -- CHK (Implementation)

Line 1269: jai_cmn_rgm_recording_pkg.insert_reference(

1265: lv_process_flag := null;
1266:
1267: savepoint start_of_ref;
1268:
1269: jai_cmn_rgm_recording_pkg.insert_reference(
1270: p_reference_id => ln_reference_id, -- OUT Variable
1271: p_organization_id => p_organization_id,/*5694855*/
1272: p_source => jai_constants.source_ap,
1273: p_invoice_id => ap_acc_dist.invoice_id,