DBA Data[Home] [Help]

APPS.PN_CREATE_ACC dependencies on PN_GL_TRANSFER

Line 1410: PN_GL_TRANSFER.gl_transfer(

1406: /* Call GL transfer only for valied date range */
1407:
1408: IF NOT(l_from_date is null AND l_to_date is null) THEN
1409:
1410: PN_GL_TRANSFER.gl_transfer(
1411: p_journal_category ,
1412: P_selection_type ,
1413: P_batch_name ,
1414: trunc(l_from_date) ,