DBA Data[Home] [Help]

APPS.AP_GENERATE_DISTRIBUTIONS_PKG dependencies on AP_ALLOCATION_RULES_PKG

Line 352: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(

348: --Bug10052153: Added OR condition
349: IF(t_inv_lines_table(i).prorate_across_all_items='Y'
350: OR (l_allocation_rule_type = 'PRORATION' AND l_allocation_status = 'PENDING')) then
351:
352: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(
353: t_inv_lines_table(i).invoice_id,
354: t_inv_lines_table(i).line_number,
355: NULL,
356: 'APAIDUTB',

Line 734: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(

730: --Bug10052153 : Added OR condition
731: IF (t_inv_lines_table(i).prorate_across_all_items='Y'
732: OR (l_allocation_rule_type = 'PRORATION' AND l_allocation_status='PENDING')) then
733:
734: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(
735: t_inv_lines_table(i).invoice_id,
736: t_inv_lines_table(i).line_number,
737: NULL,
738: 'APAIDUTB',