DBA Data[Home] [Help]

APPS.BEN_PROCESS_USER_SS_API dependencies on HR_API_TRANSACTION_VALUES

Line 99: from hr_api_transaction_values txn

95: select txn.name
96: ,txn.varchar2_value
97: ,txn.number_value
98: ,txn.date_value
99: from hr_api_transaction_values txn
100: where txn.transaction_step_id = p_transaction_step_id
101: and (txn.varchar2_value is not null or
102: txn.number_value is not null or
103: txn.date_value is not null);