DBA Data[Home] [Help]

APPS.BIS_CREATE_REQUESTSET dependencies on FND_REQUEST_SETS_VL

Line 117: fnd_request_sets_vl a,

113: cursor c_setname is
114: select
115: REQUEST_SET_NAME
116: from
117: fnd_request_sets_vl a,
118: fnd_application b
119: where a.USER_REQUEST_SET_NAME=p_setlongname
120: and a.application_id=b.application_id
121: and b.application_short_name=p_setapp;

Line 199: fnd_request_sets_vl a,

195: cursor c_setname is
196: select
197: REQUEST_SET_NAME
198: from
199: fnd_request_sets_vl a,
200: fnd_application b
201: where a.USER_REQUEST_SET_NAME=p_setlongname
202: and a.application_id=b.application_id
203: and b.application_short_name=p_setapp;

Line 3557: fnd_request_sets_vl c

3553: cursor c_set_with_unimpl_obj is
3554: select distinct c.user_request_set_name from
3555: bis_request_set_objects a,
3556: bis_obj_properties b,
3557: fnd_request_sets_vl c
3558: where a.object_name=b.object_name
3559: and a.object_type=b.object_type
3560: and b.implementation_flag='N'
3561: and a.request_set_name=c.request_set_name