DBA Data[Home] [Help]

APPS.IBC_CITEM_ADMIN_GRP dependencies on IBC_ASSOCIATIONS_PKG

Line 1972: Ibc_Associations_Pkg.insert_row (

1968: ELSE
1969: a5 := NULL;
1970: END IF;
1971: -- ACTUAL INSERT !!!
1972: Ibc_Associations_Pkg.insert_row (
1973: px_association_id => assoc_id
1974: ,p_content_item_id => p_content_item_id
1975: ,p_citem_version_id => p_citem_version_id
1976: ,p_association_type_code => p_assoc_type_codes(counter)

Line 4699: Ibc_Associations_Pkg.insert_row (

4695: civid := px_citem_ver_id;
4696: END IF;
4697:
4698: -- copying every row
4699: Ibc_Associations_Pkg.insert_row (
4700: px_association_id => assoc_id
4701: ,p_content_item_id => new_citem_id
4702: ,p_citem_version_id => civid
4703: ,p_association_type_code => atc

Line 5646: Ibc_Associations_Pkg.delete_row(

5642:
5643: -- loading column values
5644: DBMS_SQL.COLUMN_VALUE(cursor_id, 1, aid);
5645:
5646: Ibc_Associations_Pkg.delete_row(
5647: p_association_id => aid
5648: );
5649:
5650: --***************************************************