DBA Data[Home] [Help]

APPS.AP_PERIOD_CLOSE_PKG dependencies on PSA_AP_BC_PVT

Line 1520: PSA_AP_BC_PVT.delete_events(

1516: end if;
1517:
1518: if p_action = G_ACTION_SWEEP then
1519:
1520: PSA_AP_BC_PVT.delete_events(
1521: p_init_msg_list => 'F',
1522: p_ledger_id => g_ledger_id,
1523: p_start_date => g_period_start_date,
1524: p_end_date => g_period_end_date,

Line 2439: PSA_AP_BC_PVT.delete_events(

2435: --Bug#7649020: removed the call to validate_action
2436: --and this code handled in process_period
2437: if g_action = G_ACTION_SWEEP then
2438:
2439: PSA_AP_BC_PVT.delete_events(
2440: p_init_msg_list => 'F',
2441: p_ledger_id => g_ledger_id,
2442: p_start_date => g_period_start_date,
2443: p_end_date => g_period_end_date,