DBA Data[Home] [Help]

APPS.IEU_DIAG_AUDIT_TRACK_PVT dependencies on IEU_DIAG_DISTRIBUTING_NST

Line 8: x_results OUT NOCOPY IEU_DIAG_DISTRIBUTING_NST

4: x_msg_count OUT NOCOPY NUMBER,
5: x_msg_data OUT NOCOPY VARCHAR2,
6: p_from_date IN DATE, -- format : 10-JAN-04
7: p_to_date IN DATE,
8: x_results OUT NOCOPY IEU_DIAG_DISTRIBUTING_NST
9: )AS
10: l_msg_count NUMBER(2);
11:
12: l_msg_data VARCHAR2(2000);

Line 68: x_results := IEU_DIAG_DISTRIBUTING_NST();

64: fnd_msg_pub.delete_msg();
65: x_return_status := fnd_api.g_ret_sts_success;
66: x_msg_data := 'begin--> from '||p_from_date||' to '|| p_to_date;
67: FND_MSG_PUB.initialize;
68: x_results := IEU_DIAG_DISTRIBUTING_NST();
69: FOR cur_rec IN cur_items
70: LOOP
71: --dbms_output.put_line('in the loop of cur_rec');
72: i := i+1;

Line 204: x_results OUT NOCOPY IEU_DIAG_DISTRIBUTING_NST

200: x_msg_data OUT NOCOPY VARCHAR2,
201: p_user_name IN varchar2,
202: p_from_date IN DATE, -- format : 10-JAN-04
203: p_to_date IN DATE,
204: x_results OUT NOCOPY IEU_DIAG_DISTRIBUTING_NST
205: )AS
206: l_msg_count NUMBER(2);
207:
208: l_msg_data VARCHAR2(2000);

Line 267: x_results := IEU_DIAG_DISTRIBUTING_NST();

263: x_return_status := fnd_api.g_ret_sts_success;
264: --x_msg_data := 'begin--> from '||p_from_date||' to '|| p_to_date;
265: x_msg_data := '';
266: FND_MSG_PUB.initialize;
267: x_results := IEU_DIAG_DISTRIBUTING_NST();
268:
269: begin
270:
271: -- msista 1/14/06 - the following sql can be removed because the queried

Line 898: x_results OUT NOCOPY IEU_DIAG_DISTRIBUTING_NST)

894: x_msg_data OUT NOCOPY VARCHAR2,
895: p_group_name IN varchar2,
896: p_from_date IN DATE, -- format : 10-JAN-04
897: p_to_date IN DATE,
898: x_results OUT NOCOPY IEU_DIAG_DISTRIBUTING_NST)
899: AS
900: l_msg_count NUMBER(2);
901:
902: l_msg_data VARCHAR2(2000);

Line 956: x_results := IEU_DIAG_DISTRIBUTING_NST();

952: fnd_msg_pub.delete_msg();
953: x_return_status := fnd_api.g_ret_sts_success;
954: x_msg_data := 'begin--> from '||p_from_date||' to '|| p_to_date;
955: FND_MSG_PUB.initialize;
956: x_results := IEU_DIAG_DISTRIBUTING_NST();
957: FOR cur_rec IN cur_items
958: LOOP
959: --dbms_output.put_line('in the loop of cur_rec');
960: i := i+1;