DBA Data[Home] [Help]

APPS.PAY_AUD_INS dependencies on PAY_STAT_TRANS_AUDIT

Line 65: -- Insert the row into: pay_stat_trans_audit

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: pay_stat_trans_audit
66: --
67: insert into pay_stat_trans_audit
68: (stat_trans_audit_id
69: ,transaction_type

Line 67: insert into pay_stat_trans_audit

63: --
64: --
65: -- Insert the row into: pay_stat_trans_audit
66: --
67: insert into pay_stat_trans_audit
68: (stat_trans_audit_id
69: ,transaction_type
70: ,transaction_subtype
71: ,transaction_date

Line 243: Cursor C_Sel1 is select pay_stat_trans_audit_s.nextval from sys.dual;

239: ) is
240: --
241: l_proc varchar2(72) := g_package||'pre_insert';
242: --
243: Cursor C_Sel1 is select pay_stat_trans_audit_s.nextval from sys.dual;
244: --
245: Begin
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --

Line 414: (p_module_name => 'PAY_STAT_TRANS_AUDIT'

410: --
411: when hr_api.cannot_find_prog_unit then
412: --
413: hr_api.cannot_find_prog_unit_error
414: (p_module_name => 'PAY_STAT_TRANS_AUDIT'
415: ,p_hook_type => 'AI');
416: --
417: end;
418: --