DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PQH_SS_HISTORY

Line 68: PQH_SS_HISTORY.copy_value_from_history(p_transactionId);

64:
65: -- For supervisor step only:
66: -- Copy the previously saved values from history to
67: -- the current transaction
68: PQH_SS_HISTORY.copy_value_from_history(p_transactionId);
69: --
70: EXCEPTION
71: WHEN OTHERS THEN
72: -- raise it so that calling procedure can track it

Line 112: PQH_SS_HISTORY.copy_value_to_history ( p_transactionId);

108:
109:
110: -- For supervisor step only:
111: -- Store the saved/submitted values to history tables
112: PQH_SS_HISTORY.copy_value_to_history ( p_transactionId);
113: --
114: EXCEPTION
115: WHEN OTHERS THEN
116: -- raise it so that calling procedure can track it

Line 1484: /* PQH_SS_HISTORY.track_original_value

1480: -- Copy current values to previous values so they can be used to revert later (if needed)
1481: /* update_txn_previous_values (l_transactionId); */ -- ##history
1482: --
1483: -- Update original value in history table (LATEST_ORIGINAL_VALUE) -- ##history
1484: /* PQH_SS_HISTORY.track_original_value
1485: ( p_ItemType => p_itemType
1486: , p_itemKey => p_itemKey
1487: , p_action => 'SFL'
1488: , p_username => null