DBA Data[Home] [Help]

APPS.PA_TRX_IMPORT dependencies on PA_CC_IDENT

Line 4628: pa_debug.G_err_stage := 'Calling PA_CC_IDENT.PA_CC_IDENTIFY_TXN_ADJ';

4624: <>
4625: BEGIN
4626:
4627: IF PG_DEBUG = 'Y' THEN
4628: pa_debug.G_err_stage := 'Calling PA_CC_IDENT.PA_CC_IDENTIFY_TXN_ADJ';
4629: log_message('log_message: ' || pa_debug.G_err_Stage);
4630: END IF;
4631:
4632: G_unmatched_negative_txn_flag := NVL(X_match_flag, 'N'); -- Bug 16451280

Line 4634: PA_CC_IDENT.PA_CC_IDENTIFY_TXN_ADJ(

4630: END IF;
4631:
4632: G_unmatched_negative_txn_flag := NVL(X_match_flag, 'N'); -- Bug 16451280
4633:
4634: PA_CC_IDENT.PA_CC_IDENTIFY_TXN_ADJ(
4635: -- Changed the follwing NVL as the G_override_to_org_id should always
4636: -- take precedence over G_org_id bug #4689402 (forward port for 4614046)
4637: P_ExpOrganizationId => NVL(G_override_to_org_id, G_org_id), --For 1612483
4638: P_ExpOrgid => X_org_id , -- bug 1612483

Line 4717: case, we call PA_CC_IDENT.pa_cc_identify_txn_adj to

4713:
4714: -- End of code for Bug # 1653831
4715: /* IC Change: we need to get receiver org ID regarldess
4716: of accounted or unaccounted transaction. For accounted
4717: case, we call PA_CC_IDENT.pa_cc_identify_txn_adj to
4718: get receiver org ID along with other info. For
4719: unaccounted case, we call PA_UTILS2.GetPrjOrgId to get
4720: only the reciever org id info. */
4721: ELSE