DBA Data[Home] [Help]

APPS.AP_GENERATE_DISTRIBUTIONS_PKG dependencies on AP_ALLOCATION_RULES_PKG

Line 334: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(

330: ----------------------------------------------------------------
331:
332: IF (t_inv_lines_table(i).prorate_across_all_items='Y') then
333:
334: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(
335: t_inv_lines_table(i).invoice_id,
336: t_inv_lines_table(i).line_number,
337: NULL,
338: 'APAIDUTB',

Line 658: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(

654:
655: --bugfix:5685469 added the below code to generate allocation rule
656: IF (t_inv_lines_table(i).prorate_across_all_items='Y') then
657:
658: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(
659: t_inv_lines_table(i).invoice_id,
660: t_inv_lines_table(i).line_number,
661: NULL,
662: 'APAIDUTB',