DBA Data[Home] [Help]

APPS.PO_SOURCING_GRP dependencies on PO_HEADERS_INTERFACE

Line 51: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table

47: --p_validation_level
48: -- The p_validation_level parameter to determine which validation steps should
49: -- be executed and which steps should be skipped
50: --p_interface_header_id
51: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table
52: --p_auction_header_id
53: -- Id of the negotiation
54: --p_bid_number
55: -- Bid Number for which is negotiation is awarded

Line 91: p_interface_header_id IN PO_HEADERS_INTERFACE.interface_header_id%TYPE,

87: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,
88: x_return_status OUT NOCOPY VARCHAR2,
89: x_msg_count OUT NOCOPY NUMBER,
90: x_msg_data OUT NOCOPY VARCHAR2,
91: p_interface_header_id IN PO_HEADERS_INTERFACE.interface_header_id%TYPE,
92: p_auction_header_id IN PON_AUCTION_HEADERS_ALL.auction_header_id%TYPE,
93: p_bid_number IN PON_BID_HEADERS.bid_number%TYPE,
94: p_sourcing_k_doc_type IN VARCHAR2,
95: p_conterms_exist_flag IN PO_HEADERS_ALL.conterms_exist_flag%TYPE,

Line 106: -- po_headers_interface

102: --Name: DELETE_INTERFACE_HEADER
103: --Pre-reqs:
104: -- None
105: --Modifies:
106: -- po_headers_interface
107: --Locks:
108: -- None.
109: --Function:
110: -- This deletes the interface header row from interface table

Line 123: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table

119: --p_validation_level
120: -- The p_validation_level parameter to determine which validation steps should
121: -- be executed and which steps should be skipped
122: --p_interface_header_id
123: -- The id that will be used to uniquely identify a row in the PO_HEADERS_INTERFACE table
124: --OUT:
125: --x_return_status
126: -- The standard OUT parameter giving return status of the API call.
127: -- FND_API.G_RET_STS_UNEXP_ERROR - for unexpected error

Line 148: p_interface_header_id IN PO_HEADERS_INTERFACE.INTERFACE_HEADER_ID%TYPE

144: p_validation_level IN NUMBER := FND_API.G_VALID_LEVEL_FULL,
145: x_return_status OUT NOCOPY VARCHAR2,
146: x_msg_count OUT NOCOPY NUMBER,
147: x_msg_data OUT NOCOPY VARCHAR2,
148: p_interface_header_id IN PO_HEADERS_INTERFACE.INTERFACE_HEADER_ID%TYPE
149: );
150:
151: END PO_SOURCING_GRP;