DBA Data[Home] [Help]

APPS.BEN_CWB_ASG_UPDATE dependencies on BEN_TRANSACTION

Line 7: * This package is used to insert record into ben_transaction table

3: /* ===========================================================================+
4: * Name
5: * Compensation Workbench Transaction Update Package
6: * Purpose
7: * This package is used to insert record into ben_transaction table
8: * when performance rating or promotion details
9: * are updated on the Worksheet.
10: *
11: * Version Date Author Comment

Line 72: from ben_transaction txn

68: ,txn.attribute38
69: ,txn.attribute39
70: ,txn.attribute40
71: ,txn.transaction_id assignment_id
72: from ben_transaction txn
73: where txn.transaction_id = v_txn_id
74: and txn.transaction_type = v_txn_type;
75:
76: procedure process_rating