DBA Data[Home] [Help]

APPS.PA_INVOICE_DETAIL_PROCESS dependencies on PA_CC_TRANSFER_PRICE

Line 1718: pa_cc_transfer_price.GET_TRANSFER_PRICE

1714:
1715: /** Call Transfer Price API ****/
1716: /** Not Ready till today ( 13 - JUL - 1999 ) **/
1717:
1718: pa_cc_transfer_price.GET_TRANSFER_PRICE
1719: (
1720: P_MODULE_NAME => 'PAICGEN',
1721: P_PRVDR_ORGANIZATION_ID => P_Prvdr_Organization,
1722: P_RECVR_ORG_ID => P_Recvr_org_id,

Line 2024: is in synch with that in PAXCCTPB.pls (PA_CC_TRANSFER_PRICE) package where changes were done for bug 2215942 */

2020: := ( 1 + l_multiplier ) * l_denom_transfer_price; Commented for bug 3180315 */
2021:
2022: /* Start of changes for bug 3180315 */
2023: /* Made changes in burden cost calculation for bug 3180315 so that burden cost calculation process used here
2024: is in synch with that in PAXCCTPB.pls (PA_CC_TRANSFER_PRICE) package where changes were done for bug 2215942 */
2025:
2026: DECLARE
2027: l_burden_sch_rev_id Number;
2028: l_Stage Number;