DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on FND_API

Line 3943: p_init_msg_list => FND_API.G_FALSE ,

3939: (p_api_version => 1.0,
3940: p_entity_type => 'PO_LINE_LOCATIONS',
3941: p_entity_id_tbl => l_po_line_loc_tab,
3942: p_final_match_flag => 'Y',
3943: p_init_msg_list => FND_API.G_FALSE ,
3944: p_commit => FND_API.G_FALSE ,
3945: x_ret_status => l_ret_status,
3946: x_msg_count => l_msg_count,
3947: x_msg_data => l_msg_data);

Line 3944: p_commit => FND_API.G_FALSE ,

3940: p_entity_type => 'PO_LINE_LOCATIONS',
3941: p_entity_id_tbl => l_po_line_loc_tab,
3942: p_final_match_flag => 'Y',
3943: p_init_msg_list => FND_API.G_FALSE ,
3944: p_commit => FND_API.G_FALSE ,
3945: x_ret_status => l_ret_status,
3946: x_msg_count => l_msg_count,
3947: x_msg_data => l_msg_data);
3948:

Line 3949: IF l_ret_status = FND_API.G_RET_STS_SUCCESS THEN

3945: x_ret_status => l_ret_status,
3946: x_msg_count => l_msg_count,
3947: x_msg_data => l_msg_data);
3948:
3949: IF l_ret_status = FND_API.G_RET_STS_SUCCESS THEN
3950:
3951:
3952: Update_Final_Match_Flag(l_line_location_id, 'D',
3953: l_curr_calling_sequence, p_invoice_id);

Line 5887: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

5883: x_msg_count => l_msg_count,
5884: x_msg_data => l_msg_data,
5885: x_pay_when_paid => l_hold_required);
5886:
5887: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5888: Print_Debug(l_debug_loc, 'error occured while pay when paid check for po_heade_id : '||i.po_header_id );
5889: APP_EXCEPTION.raise_exception;
5890: END IF;
5891:

Line 5966: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

5962: x_msg_count => l_msg_count,
5963: x_msg_data => l_msg_data,
5964: x_hold_required => l_hold_required);
5965:
5966: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
5967: Print_Debug(l_debug_loc, 'error occured while po deliverable check for po_heade_id : '||i.po_header_id );
5968: APP_EXCEPTION.raise_exception;
5969: END IF;
5970: