DBA Data[Home] [Help]

APPS.JL_BR_AR_CANCEL_BORDERO dependencies on JL_BR_AR_BANK_ACCT_PKG

Line 206: JL_BR_AR_BANK_ACCT_PKG.Create_Event_Dists (

202:
203: IF var_event_id IS NOT NULL THEN -- bug 10349927
204: -- Below call is to create cancellation event. So, Occurreces for which accounting is not happened yet can be ignored
205:
206: JL_BR_AR_BANK_ACCT_PKG.Create_Event_Dists (
207: p_event_type_code => var_event_type_code ,
208: p_event_date => NVL(var_cancel_date,SYSDATE) ,
209: p_document_id => var_document_id ,
210: p_gl_date => var_gl_date ,