DBA Data[Home] [Help]

APPS.PSB_GL_INTERFACE_PVT dependencies on GL_INTERFACE_CONTROL_S

Line 1488: SELECT gl_interface_control_s.NEXTVAL,

1484: RAISE FND_API.G_EXC_ERROR;
1485: END IF;
1486:
1487: -- Now spawn the "GLLEZL" CP to create the journel to GL.
1488: SELECT gl_interface_control_s.NEXTVAL,
1489: gl_journal_import_s.NEXTVAL
1490: INTO l_group_id,
1491: l_interface_run_id
1492: FROM dual;