DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on AP_ALLOCATION_RULES_PKG

Line 11717: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(

11713: --Bug10052153:Added OR condition
11714: IF (l_prorate_across_all_items='Y'
11715: OR (l_allocation_rule_type = 'PRORATION' AND l_allocation_status='PENDING')) then
11716:
11717: l_success := AP_ALLOCATION_RULES_PKG.Create_Proration_Rule(
11718: t_inv_lines_table(i).invoice_id,
11719: t_inv_lines_table(i).line_number,
11720: NULL,
11721: 'APAPRVLB',