DBA Data[Home] [Help]

APPS.JTF_RS_GROUPS_AUD_PVT dependencies on JTF_RS_GROUPS_AUD_B

Line 34: l_group_audit_id jtf_rs_groups_aud_b.group_audit_id%type;

30: X_MSG_DATA OUT NOCOPY VARCHAR2,
31: P_TIME_ZONE IN NUMBER)
32: IS
33:
34: l_group_audit_id jtf_rs_groups_aud_b.group_audit_id%type;
35: l_row_id varchar2(24) := null;
36:
37: --other variables
38: l_api_name CONSTANT VARCHAR2(30) := 'INSERT_GROUP';

Line 202: l_group_audit_id jtf_rs_groups_aud_b.group_audit_id%type;

198: l_time_zone_n JTF_RS_GROUPS_B.TIME_ZONE%TYPE;
199:
200: rr_old_rec rr_old_cur%rowtype;
201:
202: l_group_audit_id jtf_rs_groups_aud_b.group_audit_id%type;
203: l_row_id varchar2(24) := null;
204:
205: --other variables
206: l_api_name CONSTANT VARCHAR2(30) := 'UPDATE_GROUP';

Line 400: l_group_audit_id jtf_rs_groups_aud_b.group_audit_id%type;

396: l_time_zone JTF_RS_GROUPS_B.TIME_ZONE%TYPE;
397:
398: rr_old_rec rr_old_cur%rowtype;
399:
400: l_group_audit_id jtf_rs_groups_aud_b.group_audit_id%type;
401: l_row_id varchar2(24) := null;
402:
403: --other variables
404: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_GROUP';