DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTIONS_SV dependencies on PO_TBL_NUMBER

Line 19: -- p_req_header_id_tbl IN PO_TBL_NUMBER Required

15: -- p_employee_id IN NUMBER Required
16: -- The employee_id to whom we will send a notification.
17: -- p_grouping_method IN varchar2 Required
18: -- The req grouping selected from the UI
19: -- p_req_header_id_tbl IN PO_TBL_NUMBER Required
20: -- The table containing the req_header_id column.
21: -- OUT : x_result OUT NUMBER
22: -- x_error_message OUT VARCHAR2
23: -- x_online_report_id_tbl OUT PO_TBL_NUMBER

Line 23: -- x_online_report_id_tbl OUT PO_TBL_NUMBER

19: -- p_req_header_id_tbl IN PO_TBL_NUMBER Required
20: -- The table containing the req_header_id column.
21: -- OUT : x_result OUT NUMBER
22: -- x_error_message OUT VARCHAR2
23: -- x_online_report_id_tbl OUT PO_TBL_NUMBER
24: -- The online report ids that have been generated.
25: -- x_req_header_id_succ_tbl OUT PO_TBL_NUMBER
26: -- Contains all the header_ids of the successful reqs.
27: -- Version : Current version 1.0

Line 25: -- x_req_header_id_succ_tbl OUT PO_TBL_NUMBER

21: -- OUT : x_result OUT NUMBER
22: -- x_error_message OUT VARCHAR2
23: -- x_online_report_id_tbl OUT PO_TBL_NUMBER
24: -- The online report ids that have been generated.
25: -- x_req_header_id_succ_tbl OUT PO_TBL_NUMBER
26: -- Contains all the header_ids of the successful reqs.
27: -- Version : Current version 1.0
28: -- Previous version 1.0
29: -- Initial version 1.0

Line 37: p_req_header_id_tbl IN PO_TBL_NUMBER,

33: x_result OUT NOCOPY NUMBER,
34: x_error_message OUT NOCOPY VARCHAR2,
35: p_reason IN VARCHAR2 := NULL,
36: p_employee_id IN NUMBER,
37: p_req_header_id_tbl IN PO_TBL_NUMBER,
38: x_online_report_id_tbl OUT NOCOPY PO_TBL_NUMBER,
39: x_req_header_id_succ_tbl OUT NOCOPY PO_TBL_NUMBER
40: );
41: --

Line 38: x_online_report_id_tbl OUT NOCOPY PO_TBL_NUMBER,

34: x_error_message OUT NOCOPY VARCHAR2,
35: p_reason IN VARCHAR2 := NULL,
36: p_employee_id IN NUMBER,
37: p_req_header_id_tbl IN PO_TBL_NUMBER,
38: x_online_report_id_tbl OUT NOCOPY PO_TBL_NUMBER,
39: x_req_header_id_succ_tbl OUT NOCOPY PO_TBL_NUMBER
40: );
41: --
42:

Line 39: x_req_header_id_succ_tbl OUT NOCOPY PO_TBL_NUMBER

35: p_reason IN VARCHAR2 := NULL,
36: p_employee_id IN NUMBER,
37: p_req_header_id_tbl IN PO_TBL_NUMBER,
38: x_online_report_id_tbl OUT NOCOPY PO_TBL_NUMBER,
39: x_req_header_id_succ_tbl OUT NOCOPY PO_TBL_NUMBER
40: );
41: --
42:
43: /*===========================================================================