DBA Data[Home] [Help]

APPS.CLN_SYNCCTLG_PKG dependencies on MTL_ITEM_CATEGORIES

Line 74: and (p_category_id is null or p_category_id in (select mcsvc.category_id from mtl_item_categories mic,

70: where cpcv.list_header_id=p_list_header_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)