DBA Data[Home] [Help]

APPS.PAY_BALANCE_FEED_DEL_PKG SQL Statements

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

Line: 31

select rowid into sub_rowid from pay_sub_classification_rules_f
where SUB_CLASSIFICATION_RULE_ID=p_sub_classification_rule_id;
Line: 34

pay_sub_class_rules_pkg.delete_row (
sub_rowid,
p_sub_classification_rule_id,
g_dt_mode,
g_val_start_date,
g_val_end_date);