DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PN_GL_TRANSFER

Line 942: PN_GL_TRANSFER.gl_transfer(

938: /* Call GL transfer only for valied date range */
939:
940: IF NOT(l_from_date is null AND l_to_date is null) THEN
941:
942: PN_GL_TRANSFER.gl_transfer(
943: p_journal_category ,
944: P_selection_type ,
945: P_batch_name ,
946: trunc(l_from_date) ,