DBA Data[Home] [Help]

APPS.CZ_MODEL_CONVERT dependencies on FND_REQUEST

Line 2372: b:=fnd_request.ADD_LAYOUT (

2368: --
2369: -- Submit the child request. The sub_request parameter
2370: -- must be set to 'Y'.
2371: --
2372: b:=fnd_request.ADD_LAYOUT (
2373: TEMPLATE_APPL_NAME => 'CZ',
2374: TEMPLATE_CODE => 'CZ_MDLCONV',
2375: TEMPLATE_LANGUAGE => 'EN',
2376: TEMPLATE_TERRITORY => 'US',

Line 2381: 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);

2377: OUTPUT_FORMAT => 'PDF'
2378: );
2379:
2380: --Submit a new sub request for generating a XML publisher report
2381: 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);
2382:
2383: IF r = 0 THEN
2384: --
2385: -- If request submission failed, exit with error.