DBA Data[Home] [Help]

APPS.AMW_ORG_CERT_AGGR_PKG dependencies on AMW_FULL_ENTITY_HIER_S

Line 59: VALUES(amw_full_entity_hier_s.nextval, 'BUSIPROC_CERTIFICATION',

55: (entity_hierarchy_id, entity_type, entity_id, object_type, object_id,
56: parent_object_type, parent_object_id, level_id, creation_date,
57: created_by, last_update_date, last_updated_by, last_update_login,
58: object_version_number, delete_flag)
59: VALUES(amw_full_entity_hier_s.nextval, 'BUSIPROC_CERTIFICATION',
60: p_certification_id, 'SUBSIDIARY', p_child_id, 'SUBSIDIARY',
61: l_parent_id, 1, sysdate, fnd_global.user_id, sysdate,
62: fnd_global.user_id, fnd_global.login_id, 1, 'N');
63: