DBA Data[Home] [Help]

APPS.EGO_ODI_PUB dependencies on STANDARD

Line 2334: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/BomExploderParameters/ExplodeStandard',

2330: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/PublishEntities/PublishStructureComponents/StructureSubstituteComponents',
2331: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/PublishEntities/PublishStructureComponents/ComponentAttributeGroups',
2332: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/BomExploderParameters/LevelsToExplode',
2333: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/BomExploderParameters/ExplodeOption',
2334: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/BomExploderParameters/ExplodeStandard',
2335: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/PublishEntities/ReturnPayload',
2336: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/PublishEntities/PublishStructureComponents/ComponentUDAOverrides',
2337: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/PublishEntities/PublishStructureComponents/ComponentExclusions',
2338: '/structureQueryParameters/BatchStructureQueryParameters/Configurability/PublishEntities/PublishStructureComponents/ValueSetExclusions'

Line 2353: '/structureQueryParameters/BomExploderParameters/ExplodeStandard',

2349: '/structureQueryParameters/PublishEntities/PublishStructureComponents/StructureSubstituteComponents',
2350: '/structureQueryParameters/PublishEntities/PublishStructureComponents/ComponentAttributeGroups',
2351: '/structureQueryParameters/BomExploderParameters/LevelsToExplode',
2352: '/structureQueryParameters/BomExploderParameters/ExplodeOption',
2353: '/structureQueryParameters/BomExploderParameters/ExplodeStandard',
2354: '/structureQueryParameters/PublishEntities/ReturnPayload',
2355: '/structureQueryParameters/PublishEntities/PublishStructureComponents/ComponentUDAOverrides',
2356: '/structureQueryParameters/PublishEntities/PublishStructureComponents/ComponentExclusions',
2357: '/structureQueryParameters/PublishEntities/PublishStructureComponents/ValueSetExclusions'

Line 2371: '/structureQueryParameters/ParametersForListOfItems/Configurability/BomExploderParameters/ExplodeStandard',

2367: '/structureQueryParameters/ParametersForListOfItems/Configurability/PublishEntities/PublishStructureComponents/StructureSubstituteComponents',
2368: '/structureQueryParameters/ParametersForListOfItems/Configurability/PublishEntities/PublishStructureComponents/ComponentAttributeGroups',
2369: '/structureQueryParameters/ParametersForListOfItems/Configurability/BomExploderParameters/LevelsToExplode',
2370: '/structureQueryParameters/ParametersForListOfItems/Configurability/BomExploderParameters/ExplodeOption',
2371: '/structureQueryParameters/ParametersForListOfItems/Configurability/BomExploderParameters/ExplodeStandard',
2372: '/structureQueryParameters/ParametersForListOfItems/Configurability/PublishEntities/ReturnPayload',
2373: '/structureQueryParameters/ParametersForListOfItems/Configurability/PublishEntities/PublishStructureComponents/ComponentUDAOverrides',
2374: '/structureQueryParameters/ParametersForListOfItems/Configurability/PublishEntities/PublishStructureComponents/ComponentExclusions',
2375: '/structureQueryParameters/ParametersForListOfItems/Configurability/PublishEntities/PublishStructureComponents/ValueSetExclusions'

Line 4447: l_explode_standard VARCHAR2(10);

4443:
4444: --bom explosion configurability
4445: l_levels_to_explode NUMBER;
4446: l_explode_option NUMBER;
4447: l_explode_standard VARCHAR2(10);
4448: l_ordered_by NUMBER :=1;
4449:
4450: x_err_msg VARCHAR2(1000);
4451: x_error_code NUMBER;

Line 4811: l_explode_standard VARCHAR2(10);

4807:
4808: --bom explosion configurability
4809: l_levels_to_explode NUMBER;
4810: l_explode_option NUMBER;
4811: l_explode_standard VARCHAR2(10);
4812: l_ordered_by NUMBER :=1;
4813:
4814: x_err_msg VARCHAR2(1000);
4815: x_error_code NUMBER;

Line 4886: into l_explode_standard

4882: and parameter_name = 'EXPLODE_OPTION';
4883:
4884: --reading EXPLODE_STD_BOM
4885: select char_value
4886: into l_explode_standard
4887: from EGO_PUB_WS_CONFIG
4888: where session_id = p_session_id
4889: and web_service_name = 'GET_ITEM_STRUCTURE'
4890: and parameter_name = 'EXPLODE_STD_BOM';

Line 4930: values (p_session_id, ' l_explode_standard: ' || l_explode_standard);

4926: values (p_session_id, ' l_levels_to_explode: ' || l_levels_to_explode);
4927: INSERT INTO emt_temp (Session_id, message)
4928: values (p_session_id, ' l_explode_option: ' || l_explode_option);
4929: INSERT INTO emt_temp (Session_id, message)
4930: values (p_session_id, ' l_explode_standard: ' || l_explode_standard);
4931: */
4932:
4933: --inserted
4934: --explosion_api originally utilized in H-MDM

Line 4943: --std_bom_explode_flag => l_explode_standard,

4939: alt_desg => r.structure_name,
4940: Error_Code => x_error_code,
4941: Err_Msg => x_err_msg,
4942: explode_option => l_explode_option,
4943: --std_bom_explode_flag => l_explode_standard,
4944: Grp_Id => x_group_id,
4945: pk_value1 => r.ITEM_ID,
4946: pk_value2 => r.ITEM_ORG_ID,
4947: end_item_revision_id => x_rev_id,

Line 4964: std_bom_explode_flag => l_explode_standard,

4960: alt_desg => r.structure_name,
4961: Error_Code => x_error_code,
4962: Err_Msg => x_err_msg,
4963: explode_option => l_explode_option,
4964: std_bom_explode_flag => l_explode_standard,
4965: Grp_Id => x_group_id,
4966: pk_value1 => r.ITEM_ID,
4967: pk_value2 => r.ITEM_ORG_ID,
4968: --p_autonomous_transaction => 1,