DBA Data[Home] [Help]

APPS.EGO_ITEM_BULKLOAD_PKG dependencies on EGO_RESULTS_FORMAT_V

Line 73: -- Same dimension as classification1 in EGO_RESULTS_FORMAT_V --

69:
70: G_CONCREQ_VALID_FLAG BOOLEAN;
71:
72: ---------------------------------------------------------------
73: -- Same dimension as classification1 in EGO_RESULTS_FORMAT_V --
74: ---------------------------------------------------------------
75: G_CATALOG_GROUP_ID VARCHAR2(50);
76:
77: ---------------------------------------------------------------

Line 6033: FROM ego_results_fmt_usages fmt_usg, ego_results_format_v fmt

6029: -- Item Catalog Group ID for the selected Import Format.
6030: ---------------------------------------------------------------------------------
6031: --, Decode(fmt.classification1, -1, NULL, fmt.classification1)
6032: , Decode(fmt_usg.classification_code, -1, NULL, fmt_usg.classification_code)
6033: FROM ego_results_fmt_usages fmt_usg, ego_results_format_v fmt
6034: WHERE fmt_usg.resultfmt_usage_id = c_resultfmt_usage_id
6035: AND fmt.customization_application_id = fmt_usg.customization_application_id
6036: AND fmt.customization_code = fmt_usg.customization_code
6037: AND fmt.region_application_id = fmt_usg.region_application_id