DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_VALUE_TO_ID

Line 1209: OE_Bulk_Value_To_Id.Headers(p_batch_id);

1205: end if;
1206:
1207: -- Value to ID for Header Attributes
1208:
1209: OE_Bulk_Value_To_Id.Headers(p_batch_id);
1210:
1211: -- Value to ID for Line Attributes
1212:
1213: OE_Bulk_Value_To_Id.Lines(p_batch_id);

Line 1213: OE_Bulk_Value_To_Id.Lines(p_batch_id);

1209: OE_Bulk_Value_To_Id.Headers(p_batch_id);
1210:
1211: -- Value to ID for Line Attributes
1212:
1213: OE_Bulk_Value_To_Id.Lines(p_batch_id);
1214:
1215: -- Value to ID for Adjustment Attributes
1216:
1217: IF l_adjustments_exist = 'Y' THEN

Line 1218: OE_Bulk_Value_To_Id.Adjustments(p_batch_id);

1214:
1215: -- Value to ID for Adjustment Attributes
1216:
1217: IF l_adjustments_exist = 'Y' THEN
1218: OE_Bulk_Value_To_Id.Adjustments(p_batch_id);
1219: END IF;
1220:
1221: -- Process Error Messages from Value to ID conversions
1222:

Line 1223: OE_Bulk_Value_To_Id.INSERT_ERROR_MESSAGES(p_batch_id);

1219: END IF;
1220:
1221: -- Process Error Messages from Value to ID conversions
1222:
1223: OE_Bulk_Value_To_Id.INSERT_ERROR_MESSAGES(p_batch_id);
1224:
1225: -- Bug 5640601 =>
1226: -- Selecting hsecs from v$times is changed to execute only when debug
1227: -- is enabled, as hsec is used for logging only when debug is enabled.