DBA Data[Home] [Help]

APPS.AK_ATTRIBUTES2_PKG dependencies on AK_OBJECT_ATTRIBUTES_PKG

Line 332: ak_object_attributes_pkg.insert_row(

328: end if;
329: close c;
330:
331: -- * insert row into ak_object_attributes * --
332: ak_object_attributes_pkg.insert_row(
333: X_ROWID => row_id,
334: X_DATABASE_OBJECT_NAME => x_database_object_name,
335: X_ATTRIBUTE_APPLICATION_ID => x_attribute_application_id,
336: X_ATTRIBUTE_CODE => x_attribute_code,

Line 392: AK_OBJECT_ATTRIBUTES_PKG.ADD_REGION_ITEM (

388: -- * If region_code passed in is not null, insert * --
389: -- * a region_item record as well * --
390:
391: if x_region_code is not null then
392: AK_OBJECT_ATTRIBUTES_PKG.ADD_REGION_ITEM (
393: X_REGION_APPLICATION_ID => x_region_application_id,
394: X_REGION_CODE => x_region_code,
395: X_ATTRIBUTE_APPLICATION_ID => x_attribute_application_id,
396: X_ATTRIBUTE_CODE => x_attribute_code,