DBA Data[Home] [Help]

APPS.BIS_SUBMIT_REQUESTSET dependencies on BIS_REQUEST_SET_OPTIONS

Line 837: from bis_request_set_options a,

833:
834:
835: cursor request_set_option(p_request_set_id varchar2, p_req_set_app_id varchar2) is
836: select distinct a.option_value refresh_mode
837: from bis_request_set_options a,
838: fnd_request_sets b
839: where a.request_set_name=b.request_set_name
840: and a.set_app_id=b.application_id
841: and a.option_name='REFRESH_MODE'