DBA Data[Home] [Help]

APPS.OPIMPXWP dependencies on OPIMPXIN

Line 821: OPIMPXIN.Insert_update_push_log(

817: /*
818: DBMS_OUTPUT.PUT_LINE('daily update - call insert_upd, key =' || i_ids_key);
819: */
820:
821: OPIMPXIN.Insert_update_push_log(
822: i_txn_date,
823: i_org_id,
824: i_item_id,
825: null, -- cost group id

Line 848: EDW_LOG.PUT_LINE('Error calling OPIMPXIN.Insert_update_push_log');

844: l_wip_amount, -- p_total6
845: 2, -- selector
846: l_err_num); -- l_status
847: if l_err_num <> 0 then
848: EDW_LOG.PUT_LINE('Error calling OPIMPXIN.Insert_update_push_log');
849: raise process_error;
850: end if;
851: end if; -- end no existing row
852:

Line 1088: OPIMPXIN.Insert_update_push_log(

1084: DBMS_OUTPUT.PUT_LINE('avg_val: ' || to_char(l_avg_value));
1085: */
1086:
1087: l_stmt_num := 20;
1088: OPIMPXIN.Insert_update_push_log(
1089: i_txn_date,
1090: i_org_id,
1091: i_item_id,
1092: null, -- cost group id

Line 1115: EDW_LOG.PUT_LINE('Error calling OPIMPXIN.Insert_update_push_log');

1111: l_avg_value, -- p_total6
1112: 2, -- selector
1113: l_err_num); -- l_status
1114: if l_err_num <> 0 then
1115: EDW_LOG.PUT_LINE('Error calling OPIMPXIN.Insert_update_push_log');
1116: raise process_error;
1117: end if;
1118: end if; -- end checking for existence of push log row
1119: