DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on AR_CONS_BILL_CYCLES_B

Line 845: from ar_cons_bill_cycles_b

841: --get billing_cycle attributes
842:
843: select start_date
844: into l_cycle_start_date
845: from ar_cons_bill_cycles_b
846: where billing_cycle_id = p_billing_cycle_id;
847:
848: IF l_param_err = 'Y' THEN
849: write_debug_and_log('ERROR : Incompatible parameters passed');