DBA Data[Home] [Help]

APPS.FND_REQUEST_SET dependencies on FND_SUBMIT

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

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