DBA Data[Home] [Help]

APPS.PAY_MONITOR_BALANCE_RETRIEVAL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 93

insert into pay_monitor_balance_retrievals
(module_name
,date_monitored
,defined_balance_id
,assignment_action_id
,reason
)
values
(p_module_name
,p_date_monitored
,p_defined_balance_id
,p_assignment_action_id
,p_reason
);