DBA Data[Home] [Help]

APPS.CLN_SYNCCTLG_PKG dependencies on MTL_CATEGORY_SET_VALID_CATS

Line 75: mtl_category_set_valid_cats mcsvc where mcsvc.category_id = mic.category_id

71: and cpcv.party_id=eth.party_id
72: and eth.tp_header_id = p_tp_header_id
73: and cpcv.organization_id = l_inv_org_id
74: and (p_category_id is null or p_category_id in (select mcsvc.category_id from mtl_item_categories mic,
75: mtl_category_set_valid_cats mcsvc where mcsvc.category_id = mic.category_id
76: and mcsvc.category_set_id = mic.category_set_id and mic.inventory_item_id=cpcv.inventory_item_id
77: and mic.organization_id=cpcv.organization_id))
78: and ( p_from_items is null or cpcv.concatenated_segments>=p_from_items)
79: and ( p_to_items is null or cpcv.concatenated_segments<=p_to_items)