DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on FND_PROFILE

Line 3799: fnd_profile.get('GL_SET_OF_BKS_ID',ln_set_of_books_id);

3795:
3796: ln_shipment_line_id := p_shipment_line_id;
3797: ln_applied_qty := p_applied_quantity;
3798:
3799: fnd_profile.get('GL_SET_OF_BKS_ID',ln_set_of_books_id);
3800:
3801: OPEN c_rcpt_dtls(ln_shipment_line_id);
3802: FETCH c_rcpt_dtls INTO r_rcpt_Dtls;
3803: CLOSE c_rcpt_dtls;

Line 5485: -- lv_Iproc_profile_val := fnd_profile.value_specific(NAME =>'GL_SET_OF_BKS_ID',user_id=>ln_user_id);

5481: p_transaction_header_id => p_header_id,
5482: p_transaction_temp_id => p_line_id
5483: );
5484:
5485: -- lv_Iproc_profile_val := fnd_profile.value_specific(NAME =>'GL_SET_OF_BKS_ID',user_id=>ln_user_id);
5486:
5487: --lv_enable_gst_flag := JAI_GST_GENERAL_PKG.IS_GST_ENABLED;--added by peng.zheng for bug 10043656 /*Commented by mmurtuza for removing GST Changes*/
5488: --IF nvl(lv_enable_gst_flag,'N') = 'N' THEN--added by peng.zheng for bug 10043656 /*Commented by mmurtuza for removing GST Changes*/
5489: jai_cmn_tax_defaultation_pkg.ja_in_cust_default_taxes (