DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS_SV1 dependencies on STANDARD

Line 12: Using the standard db table type PO_TBL_NUMBER will fix the issue.

8:
9: /* Bug 6631173 The below declaration was introduced in the bug 5841426,
10: the fix was working in Forms but not in the OA poages as the OA was not able to identify the
11: construct declared in a pls.
12: Using the standard db table type PO_TBL_NUMBER will fix the issue.
13: Commented the local object po_tble
14: TYPE po_tbl_number IS TABLE OF NUMBER; */ --bug5841426
15:
16: /*TYPE req_lines_table_type IS TABLE OF po_requisition_lines%rowtype

Line 22: -- standard API params

18:
19:
20: PROCEDURE create_negotiation_bulk
21: (
22: -- standard API params
23: p_api_version IN NUMBER,
24: x_result IN OUT NOCOPY NUMBER,
25: x_error_message IN OUT NOCOPY VARCHAR2,
26: -- input params