DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on EAM_ORG_MAINT_DEFAULTS

Line 2780: FROM eam_org_maint_defaults

2776: SELECT owning_department_id
2777: ,area_id
2778: INTO l_department_id
2779: ,l_location_id
2780: FROM eam_org_maint_defaults
2781: WHERE object_type = 50
2782: AND object_id = p_instance_header_tbl(tab_row).instance_id;
2783: -- Defining when others as constraints were not defined in eam schema
2784: -- for the eam_org_maint_defaults table.

Line 2784: -- for the eam_org_maint_defaults table.

2780: FROM eam_org_maint_defaults
2781: WHERE object_type = 50
2782: AND object_id = p_instance_header_tbl(tab_row).instance_id;
2783: -- Defining when others as constraints were not defined in eam schema
2784: -- for the eam_org_maint_defaults table.
2785: EXCEPTION
2786: WHEN OTHERS THEN
2787: NULL;
2788: END ;