DBA Data[Home] [Help]

APPS.BIS_COLL_RS_HISTORY dependencies on BIS_REQUEST_SET_OPTIONS

Line 808: from bis_request_set_options

804: IS
805:
806: cursor refresh_mode is
807: select option_value
808: from bis_request_set_options
809: where request_set_name=( select request_set_name from fnd_request_sets
810: where request_set_id = p_request_set_id
811: and application_id = p_request_set_appl_id)
812: and SET_APP_ID=p_request_set_appl_id

Line 817: from bis_request_set_options

813: and option_name='REFRESH_MODE';
814:
815: cursor analyze_object is
816: select option_value
817: from bis_request_set_options
818: where request_set_name=( select request_set_name from fnd_request_sets
819: where request_set_id = p_request_set_id
820: and application_id = p_request_set_appl_id)
821: and SET_APP_ID=p_request_set_appl_id