DBA Data[Home] [Help]

APPS.PO_GMS_INTEGRATION_PVT dependencies on GMS_PO_INTERFACE_TYPE

Line 51: -- Is of type gms_po_interface_type.

47: --x_msg_data
48: -- Holds the error messages returned by the GMS API.
49: --IN OUT
50: --x_po_gms_interface_obj
51: -- Is of type gms_po_interface_type.
52: -- gms_po_interface_type is a SQL object having the following table
53: -- elements:
54: -- distribution_id - Holds distribution id's
55: -- distribution_num Holds distribution numbers

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

48: -- Holds the error messages returned by the GMS API.
49: --IN OUT
50: --x_po_gms_interface_obj
51: -- Is of type gms_po_interface_type.
52: -- gms_po_interface_type is a SQL object having the following table
53: -- elements:
54: -- distribution_id - Holds distribution id's
55: -- distribution_num Holds distribution numbers
56: -- project_id Holds Project ID

Line 72: x_po_gms_interface_obj IN OUT NOCOPY gms_po_interface_type

68: x_return_status OUT NOCOPY VARCHAR2,
69: x_msg_count OUT NOCOPY NUMBER,
70: x_msg_data OUT NOCOPY VARCHAR2,
71: p_caller IN VARCHAR2,
72: x_po_gms_interface_obj IN OUT NOCOPY gms_po_interface_type
73: )
74: IS
75: l_api_name CONSTANT VARCHAR(30) := 'MAINTAIN_ADL';
76: l_progress VARCHAR2(3);