DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on PA_FUNDS_CONTROL_UTILS

Line 445: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879

441: ,DIST.parent_reversal_id parent_reversal_id --NEW
442: ,l_net_zero_flag
443: ,l_sc_xfer_code
444: ,l_adj_exp_item_id
445: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879
446: ,nvl(DIST.exchange_date, INV.invoice_date) mrc_exchange_date
447: --R12 AP lines uptake : PO matched Prepayment commitments are not fundschecked
448: ,DECODE (inv.invoice_type_lookup_code,'PREPAYMENT',DECODE(DIST.po_distribution_id ,NULL,'ALL','ACT'),'ALL') fc_document_type
449: ,'Y' si_assets_addition_flag

Line 554: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879

550: ,DECODE(PAY.REVERSAL_INV_PMT_ID,null,decode(nvl(PAY.reversal_flag,'N'),'N',DIST.parent_reversal_id),PAY.REVERSAL_INV_PMT_ID) REVERSAL_INV_PMT_ID
551: ,l_net_zero_flag
552: ,l_sc_xfer_code
553: ,l_adj_exp_item_id
554: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879
555: ,nvl(DIST.exchange_date, INV.invoice_date) mrc_exchange_date
556: ,'ACT' fc_document_type
557: ,'Y' si_assets_addition_flag
558: ,'Y' insert_flag

Line 669: ,Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(nvl(rcv_txn.project_id , po_dist.project_id), 'STD') fc_enabled /* Bug 6989609 : Added NVL */

665: ,l_net_zero_flag
666: ,l_sc_xfer_code
667: ,rcv_txn.amount --NEW --added for the full retrn logic
668: ,l_adj_exp_item_id
669: ,Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(nvl(rcv_txn.project_id , po_dist.project_id), 'STD') fc_enabled /* Bug 6989609 : Added NVL */
670: , nvl(rcv_txn.currency_conversion_date, rcv_txn.transaction_date)
671: ,'ALL' fc_document_type
672: ,'Y' si_assets_addition_flag
673: ,'Y' insert_flag

Line 793: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879

789: ,DIST.parent_reversal_id parent_reversal_id --NEW
790: ,l_net_zero_flag
791: ,l_sc_xfer_code
792: ,l_adj_exp_item_id
793: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879
794: ,nvl(DIST.exchange_date, INV.invoice_date) mrc_exchange_date
795: ,'CMT' fc_document_type
796: ,'Y' si_assets_addition_flag
797: ,'Y' insert_flag

Line 918: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879

914: ,DECODE(PAY.REVERSAL_INV_PMT_ID,null,decode(nvl(PAY.reversal_flag,'N'),'N',DIST.parent_reversal_id),PAY.REVERSAL_INV_PMT_ID) REVERSAL_INV_PMT_ID --NEW
915: ,l_net_zero_flag
916: ,l_sc_xfer_code
917: ,l_adj_exp_item_id
918: ,decode(nvl(dist.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST.project_id, 'STD')) fc_enabled --Added for bug#13940879
919: ,nvl(DIST.exchange_date, INV.invoice_date) mrc_exchange_date
920: ,'ALL' fc_document_type
921: ,inv.PAYMENT_STATUS_FLAG
922: ,'Y' si_assets_addition_flag

Line 1017: ,decode(nvl(dist1.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST1.project_id, 'STD')) fc_enabled --Added for bug#13940879

1013: ,PDIST.reversed_prepay_app_dist_id parent_reversal_id --NEW
1014: ,l_net_zero_flag
1015: ,l_sc_xfer_code
1016: ,l_adj_exp_item_id
1017: ,decode(nvl(dist1.encumbered_flag,'N'),'R','N',Pa_Funds_Control_Utils.Get_Fnd_Reqd_Flag(DIST1.project_id, 'STD')) fc_enabled --Added for bug#13940879
1018: ,nvl(DIST2.exchange_date, INV.invoice_date) mrc_exchange_date
1019: ,'ALL' fc_document_type
1020: ,'Y' si_assets_addition_flag
1021: ,'Y' insert_flag