DBA Data[Home] [Help]

APPS.JTF_TASK_AUDITS_PVT dependencies on JTF_TASK_AUDITS_PVT

Line 1: PACKAGE BODY jtf_task_audits_pvt AS

1: PACKAGE BODY jtf_task_audits_pvt AS
2: /* $Header: jtftktub.pls 120.3 2006/01/19 06:22:21 sbarat ship $ */
3: PROCEDURE process_task_audits (
4: p_api_version IN NUMBER,
5: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

Line 136: l_api_name CONSTANT VARCHAR2(30) := 'JTF_TASK_AUDITS_PVT';

132: p_new_location_id IN NUMBER DEFAULT NULL,
133: x_task_audit_id OUT NOCOPY NUMBER
134: )
135: IS
136: l_api_name CONSTANT VARCHAR2(30) := 'JTF_TASK_AUDITS_PVT';
137: l_api_version CONSTANT NUMBER := 1.0;
138: l_rowid ROWID;
139: l_init_msg_list VARCHAR2(10) := fnd_api.g_false;
140: l_commit VARCHAR2(10) := fnd_api.g_false;

Line 1025: jtf_task_audits_pvt.insert_row (

1021: FETCH c_audit INTO l_task_audit_id;
1022:
1023: CLOSE c_audit;
1024:
1025: jtf_task_audits_pvt.insert_row (
1026: x_rowid => l_rowid,
1027: x_task_audit_id => l_task_audit_id,
1028: x_new_notification_period => l_new_not_period,
1029: x_old_notification_period_uom => l_old_not_period,

Line 1250: l_api_name CONSTANT VARCHAR2(30) := 'JTF_TASK_AUDITS_PVT';

1246: x_msg_data OUT NOCOPY VARCHAR2,
1247: x_task_audit_id OUT NOCOPY NUMBER
1248: )
1249: IS
1250: l_api_name CONSTANT VARCHAR2(30) := 'JTF_TASK_AUDITS_PVT';
1251: l_api_version CONSTANT NUMBER := 1.0;
1252: l_rowid ROWID;
1253: l_init_msg_list VARCHAR2(10) := fnd_api.g_false;
1254: l_commit VARCHAR2(10) := fnd_api.g_false;

Line 1577: jtf_task_audits_pvt.process_task_audits (

1573: l_old_location_id := aud_rec.location_id;
1574: CLOSE tsk_aud;
1575:
1576: --dbms_output.put_line(' calling process tasks...... ');
1577: jtf_task_audits_pvt.process_task_audits (
1578: p_api_version => 1.0,
1579: p_init_msg_list => fnd_api.g_false,
1580: p_commit => fnd_api.g_false,
1581: p_object_version_number => p_object_version_number ,

Line 2218: END jtf_task_audits_pvt;

2214: end if;
2215:
2216: end ;
2217:
2218: END jtf_task_audits_pvt;