DBA Data[Home] [Help]

APPS.IBC_CITEM_RUNTIME_PVT dependencies on IBC_ASSOCIATIONS

Line 962: from IBC_ASSOCIATIONS

958: l_citem_count NUMBER := 1;
959: -----
960: CURSOR Get_Citems_By_Assoc IS
961: select CONTENT_ITEM_ID
962: from IBC_ASSOCIATIONS
963: where ASSOCIATION_TYPE_CODE = p_association_type_code
964: and ASSOCIATED_OBJECT_VAL1 = p_associated_object_val1
965: and NVL(ASSOCIATED_OBJECT_VAL2, '0') = NVL(p_associated_object_val2, '0')
966: and NVL(ASSOCIATED_OBJECT_VAL3, '0') = NVL(p_associated_object_val3, '0')