DBA Data[Home] [Help]

APPS.CZ_MODEL_CONVERT dependencies on FND_REQUEST

Line 2339: b:=fnd_request.ADD_LAYOUT (

2335: --
2336: -- Submit the child request. The sub_request parameter
2337: -- must be set to 'Y'.
2338: --
2339: b:=fnd_request.ADD_LAYOUT (
2340: TEMPLATE_APPL_NAME => 'CZ',
2341: TEMPLATE_CODE => 'CZ_MDLCONV',
2342: TEMPLATE_LANGUAGE => 'EN',
2343: TEMPLATE_TERRITORY => 'US',

Line 2348: r := fnd_request.submit_request('CZ','CZ_MDLCONV', 'Model Conversion Report - Conversion Set '|| c_model_conv.migration_group_id, NULL ,TRUE, c_model_conv.migration_group_id);

2344: OUTPUT_FORMAT => 'PDF'
2345: );
2346:
2347: --Submit a new sub request for generating a XML publisher report
2348: r := fnd_request.submit_request('CZ','CZ_MDLCONV', 'Model Conversion Report - Conversion Set '|| c_model_conv.migration_group_id, NULL ,TRUE, c_model_conv.migration_group_id);
2349:
2350: IF r = 0 THEN
2351: --
2352: -- If request submission failed, exit with error.