DBA Data[Home] [Help]

APPS.PO_GMS_INTEGRATION_PVT dependencies on GMS_PO_INTERFACE_TYPE

Line 43: -- Is of type gms_po_interface_type.

39: --x_msg_data
40: -- Holds the error messages returned by the GMS API.
41: --IN OUT
42: --x_po_gms_interface_obj
43: -- Is of type gms_po_interface_type.
44: -- gms_po_interface_type is a SQL object having the following table
45: -- elements:
46: -- distribution_id Holds distribution id's
47: -- distribution_num Holds distribution numbers

Line 44: -- gms_po_interface_type is a SQL object having the following table

40: -- Holds the error messages returned by the GMS API.
41: --IN OUT
42: --x_po_gms_interface_obj
43: -- Is of type gms_po_interface_type.
44: -- gms_po_interface_type is a SQL object having the following table
45: -- elements:
46: -- distribution_id Holds distribution id's
47: -- distribution_num Holds distribution numbers
48: -- project_id Holds project id's

Line 64: x_po_gms_interface_obj IN OUT NOCOPY gms_po_interface_type

60: x_return_status OUT NOCOPY VARCHAR2,
61: x_msg_count OUT NOCOPY NUMBER,
62: x_msg_data OUT NOCOPY VARCHAR2,
63: p_caller IN VARCHAR2,
64: x_po_gms_interface_obj IN OUT NOCOPY gms_po_interface_type
65: );
66:
67: FUNCTION get_gms_enabled_flag(
68: p_org_id IN NUMBER