DBA Data[Home] [Help]

APPS.FV_GTAS_GL_PKG dependencies on FND_REQUEST

Line 2720: lb_layout:= fnd_request.add_layout('FV','FVGTACTBALEXC',lc_language,lc_territory,'PDF');

2716: END;
2717:
2718: --ADD_LAYOUT needs to be initialize to get the out put in the corresponding Format
2719:
2720: lb_layout:= fnd_request.add_layout('FV','FVGTACTBALEXC',lc_language,lc_territory,'PDF');
2721:
2722: l_req_id := FND_REQUEST.SUBMIT_REQUEST ('FV','FVGTACTBALEXC','','',FALSE,gbl_sob_id,gbl_period_name);
2723: -- If concurrent request submission failed, abort process
2724: log(l_module_name, ' Request ID for exception report = '|| TO_CHAR(L_REQ_ID));

Line 2722: l_req_id := FND_REQUEST.SUBMIT_REQUEST ('FV','FVGTACTBALEXC','','',FALSE,gbl_sob_id,gbl_period_name);

2718: --ADD_LAYOUT needs to be initialize to get the out put in the corresponding Format
2719:
2720: lb_layout:= fnd_request.add_layout('FV','FVGTACTBALEXC',lc_language,lc_territory,'PDF');
2721:
2722: l_req_id := FND_REQUEST.SUBMIT_REQUEST ('FV','FVGTACTBALEXC','','',FALSE,gbl_sob_id,gbl_period_name);
2723: -- If concurrent request submission failed, abort process
2724: log(l_module_name, ' Request ID for exception report = '|| TO_CHAR(L_REQ_ID));
2725: IF (l_req_id = 0) THEN
2726: gbl_err_code := '2';