DBA Data[Home] [Help]

APPS.GCS_ENTITIES_PKG dependencies on GCS_ENTITY_ORGANIZATIONS

Line 156: FROM gcs_entity_organizations eo,

152: eo.created_by,
153: sysdate,
154: eo.last_updated_by,
155: eo.last_update_login
156: FROM gcs_entity_organizations eo,
157: fem_cctr_orgs_attr coa,
158: fem_dim_attributes_b fdab,
159: fem_dim_attr_versions_b fdavb
160: WHERE eo.entity_id = p_entity_id

Line 505: INSERT INTO gcs_entity_organizations

501: get_next_token(l_local_clob, current_loc, info_buffer);
502: entity_comp_id := to_number(info_buffer);
503:
504: -- Insert a single company assignment row
505: INSERT INTO gcs_entity_organizations
506: (entity_id,
507: company_cost_center_org_id,
508: object_version_number,
509: creation_date,

Line 1425: FROM gcs_entity_organizations eo,

1421: eo.created_by,
1422: sysdate,
1423: eo.last_updated_by,
1424: eo.last_update_login
1425: FROM gcs_entity_organizations eo,
1426: fem_cctr_orgs_attr coa,
1427: fem_dim_attributes_b fdab,
1428: fem_dim_attr_versions_b fdavb
1429: WHERE coa.dim_attribute_numeric_member =