DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on ORG_ACCESS_VIEW

Line 6918: FROM org_access_view oav

6914: INTO x_org_code_tbl(l_index), x_org_name_tbl(l_index),
6915: x_org_structure_tbl(l_index), x_assembly_type_tbl(l_index),
6916: x_item_rev_tbl(l_index), x_item_rev_id_tbl(l_index),
6917: x_item_rev_lbl_tbl(l_index), x_item_exists_tbl(l_index)
6918: FROM org_access_view oav
6919: WHERE oav.organization_id = x_org_list_tbl(l_index)
6920: AND oav.responsibility_id = fnd_profile.value('RESP_ID')
6921: AND oav.resp_application_id = fnd_profile.value('RESP_APPL_ID');
6922: l_index := x_org_list_tbl.next(l_index);