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 1507: /* PQH_SS_HISTORY.track_original_value

1503: -- Copy current values to previous values so they can be used to revert later (if needed)
1504: /* update_txn_previous_values (l_transactionId); */ -- ##history
1505: --
1506: -- Update original value in history table (LATEST_ORIGINAL_VALUE) -- ##history
1507: /* PQH_SS_HISTORY.track_original_value
1508: ( p_ItemType => p_itemType
1509: , p_itemKey => p_itemKey
1510: , p_action => 'SFL'
1511: , p_username => null