DBA Data[Home] [Help]

APPS.FV_SLA_PROCESSING_PKG dependencies on AR_LEDGER_H_V

Line 2966: FROM ar_ledger_h_v led

2962:
2963: /* Get the Transaction header ledger data */
2964: CURSOR cur_ledger_info (p_event_id NUMBER) IS
2965: SELECT led.ledger_id ledger_id, led.ldg_chart_of_accounts_id coa_id
2966: FROM ar_ledger_h_v led
2967: WHERE led.event_id = p_event_id;
2968:
2969: /* Get the AR Invoice Extract Header Balancing Segment Value */
2970: CURSOR cur_ar_inv_head_balseg_value (p_event_id NUMBER) IS