DBA Data[Home] [Help]

APPS.OE_SO_II_EXPLODE dependencies on BOM_CONFIG_EXPLOSIONS

Line 43: UPDATE bom_config_explosions

39: );
40:
41: P_II_BOM_Explosion_Group_Id := bom_group_id;
42:
43: UPDATE bom_config_explosions
44: SET line_id = P_II_Line_Id
45: WHERE session_id = P_II_Session_Id
46: AND group_id + 0 = bom_group_id
47: AND explosion_type = 'INCLUDED'

Line 63: Does a manual explosion of Included Items into BOM_CONFIG_EXPLOSIONS based on

59:
60:
61:
62: /*
63: Does a manual explosion of Included Items into BOM_CONFIG_EXPLOSIONS based on
64: what is in SO_LINE_DETAILS.
65: */
66: PROCEDURE Explode_Manually (
67: P_II_BOM_Explosion_Group_Id IN OUT NUMBER,

Line 94: INSERT INTO bom_config_explosions (

90: SUBSTR(MIN(component_code), Length_Rtrim),
91: by component_code,
92: */
93:
94: INSERT INTO bom_config_explosions (
95: line_id,
96: session_id,
97: group_id,
98: component_code,