DBA Data[Home] [Help]

APPS.GMP_WPS_WRAPPER_PKG dependencies on FND_REQUEST

Line 91: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('WPS','WPCWFS',

87: to_date(P_HORIZON_START,'YYYY/MM/DD HH24:MI:SS')
88: )) ;
89:
90: -- request is submitted to the concurrent manager
91: X_conc_id := FND_REQUEST.SUBMIT_REQUEST('WPS','WPCWFS',
92: '', -- description
93: TO_CHAR(sysdate,'YYYY/MM/DD HH24:MI:SS'), -- start date
94: FALSE,
95: P_ORGANIZATION_ID,