DBA Data[Home] [Help]

APPS.FND_REQUEST_SET dependencies on FND_SUBMIT

Line 87: tmp_buf := fnd_submit.justify_program(t_app_name,req_set_name);

83: where frs.application_id=appl_id
84: and frs.request_set_id=set_id
85: and frs.application_id=fa.application_id;
86:
87: tmp_buf := fnd_submit.justify_program(t_app_name,req_set_name);
88: if tmp_buf is not null then
89: if substr(tmp_buf,1,1) = 'E' then
90: fnd_message.set_name('FND','CONC-RS-CRITICAL DISABLED');
91: fnd_message.set_token('PROGRAM', substr(tmp_buf,3,240));