DBA Data[Home] [Help]

APPS.AK_ATTRIBUTES2_PKG dependencies on AK_OBJECT_ATTRIBUTES

Line 258: from ak_object_attributes

254: column_name_default varchar2(30);
255: -- * cursor definition * --
256: cursor c is
257: select 1
258: from ak_object_attributes
259: where database_object_name = x_database_object_name
260: and attribute_application_id = x_attribute_application_id
261: and attribute_code = x_attribute_code;
262:

Line 331: -- * insert row into ak_object_attributes * --

327: X_OBJ_ATTR_SUCCESS := 'N';
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,

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,

Line 509: update ak_object_attributes set

505: end if;
506: close uk;
507: end if;
508:
509: update ak_object_attributes set
510: BOLD = X_BOLD,
511: ITALIC = X_ITALIC,
512: VERTICAL_ALIGNMENT = X_VERTICAL_ALIGNMENT,
513: HORIZONTAL_ALIGNMENT = X_HORIZONTAL_ALIGNMENT,

Line 533: update ak_object_attributes_tl set

529: if (sql%notfound) then
530: null;
531: end if;
532:
533: update ak_object_attributes_tl set
534: ATTRIBUTE_LABEL_LONG = X_ATTRIBUTE_LABEL_LONG,
535: LAST_UPDATE_DATE = x_last_update_date,
536: LAST_UPDATED_BY = x_last_updated_by,
537: LAST_UPDATE_LOGIN = x_last_update_login