DBA Data[Home] [Help]

APPS.PO_AP_INVOICE_MATCH_GRP dependencies on FND_API

Line 23: -- FND_API.G_RET_STS_SUCCESS if update succeeds

19: -- An object of PO_AP_DIST_REC_TYPE
20: --OUT:
21: --x_return_status
22: -- Apps API param. Value is VARCHAR2(1)
23: -- FND_API.G_RET_STS_SUCCESS if update succeeds
24: -- FND_API.G_RET_STS_UNEXP_ERROR if unexpected error occurs
25: --x_msg_data
26: -- Contains the error details in the case of UNEXP_ERROR or ERROR
27: -------------------------------------------------------------------------

Line 24: -- FND_API.G_RET_STS_UNEXP_ERROR if unexpected error occurs

20: --OUT:
21: --x_return_status
22: -- Apps API param. Value is VARCHAR2(1)
23: -- FND_API.G_RET_STS_SUCCESS if update succeeds
24: -- FND_API.G_RET_STS_UNEXP_ERROR if unexpected error occurs
25: --x_msg_data
26: -- Contains the error details in the case of UNEXP_ERROR or ERROR
27: -------------------------------------------------------------------------
28: PROCEDURE update_document_ap_values(

Line 58: -- FND_API.G_RET_STS_SUCCESS if calculation succeeds

54: -- The amount must be passed in using the PO currency
55: --OUT:
56: --x_return_status
57: -- Apps API Std param. Value is VARCHAR2(1)
58: -- FND_API.G_RET_STS_SUCCESS if calculation succeeds
59: -- FND_API.G_RET_STS_UNEXP_ERROR if unexpected error occurs
60: --x_msg_data
61: -- Contains the error details in the case of UNEXP_ERROR or ERROR
62: --x_amount_to_retain_tbl

Line 59: -- FND_API.G_RET_STS_UNEXP_ERROR if unexpected error occurs

55: --OUT:
56: --x_return_status
57: -- Apps API Std param. Value is VARCHAR2(1)
58: -- FND_API.G_RET_STS_SUCCESS if calculation succeeds
59: -- FND_API.G_RET_STS_UNEXP_ERROR if unexpected error occurs
60: --x_msg_data
61: -- Contains the error details in the case of UNEXP_ERROR or ERROR
62: --x_amount_to_retain_tbl
63: -- Each tbl entry corresponds to 1 entry (with same index) in

Line 165: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE ,

161: PROCEDURE set_final_match_flag (p_api_version IN NUMBER ,
162: p_entity_type IN VARCHAR2 ,
163: p_entity_id_tbl IN PO_TBL_NUMBER ,
164: p_final_match_flag IN PO_LINE_LOCATIONS.FINAL_MATCH_FLAG%TYPE ,
165: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE ,
166: p_commit IN VARCHAR2 := FND_API.G_FALSE ,
167: x_ret_status OUT NOCOPY VARCHAR2 ,
168: x_msg_count OUT NOCOPY NUMBER ,
169: x_msg_data OUT NOCOPY VARCHAR2 );

Line 166: p_commit IN VARCHAR2 := FND_API.G_FALSE ,

162: p_entity_type IN VARCHAR2 ,
163: p_entity_id_tbl IN PO_TBL_NUMBER ,
164: p_final_match_flag IN PO_LINE_LOCATIONS.FINAL_MATCH_FLAG%TYPE ,
165: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE ,
166: p_commit IN VARCHAR2 := FND_API.G_FALSE ,
167: x_ret_status OUT NOCOPY VARCHAR2 ,
168: x_msg_count OUT NOCOPY NUMBER ,
169: x_msg_data OUT NOCOPY VARCHAR2 );
170: