DBA Data[Home] [Help]

APPS.PA_INVOICE_XFER dependencies on PA_BILLING

Line 658: IF (nvl(cur_get_line_info.INV_UBR,0) <> 0 or PA_BILLING.GETINVOICENZ = 'Y') /* Added Additonal condition for BUG 8666892 */

654:
655:
656: /* Insert UBR entry for each lines */
657: /* Shared services changes: Insert the org ID */
658: IF (nvl(cur_get_line_info.INV_UBR,0) <> 0 or PA_BILLING.GETINVOICENZ = 'Y') /* Added Additonal condition for BUG 8666892 */
659: THEN
660: INSERT INTO RA_Interface_Distributions
661: (
662: Account_Class, Amount, Percent, Code_Combination_ID,

Line 693: IF (l_inv_uer <> 0 or PA_BILLING.GETINVOICENZ = 'Y') /* Added Additonal condition for BUG 8666892 */

689:
690:
691: /* Insert UER entry for each lines */
692: /* Shared services changes: Insert the org ID */
693: IF (l_inv_uer <> 0 or PA_BILLING.GETINVOICENZ = 'Y') /* Added Additonal condition for BUG 8666892 */
694: THEN
695: INSERT INTO RA_Interface_Distributions
696: (
697: Account_Class, Amount, Percent, Code_Combination_ID,