DBA Data[Home] [Help]

APPS.PO_AP_INVOICE_MATCH_GRP dependencies on PO_TBL_NUMBER

Line 69: , p_line_location_id_tbl IN po_tbl_number

65: -- against each line location
66: -------------------------------------------------------------------------
67: PROCEDURE get_amount_to_retain(
68: p_api_version IN NUMBER
69: , p_line_location_id_tbl IN po_tbl_number
70: , p_line_loc_match_amt_tbl IN po_tbl_number
71: , x_return_status OUT NOCOPY VARCHAR2
72: , x_msg_data OUT NOCOPY VARCHAR2
73: , x_amount_to_retain_tbl OUT NOCOPY po_tbl_number

Line 70: , p_line_loc_match_amt_tbl IN po_tbl_number

66: -------------------------------------------------------------------------
67: PROCEDURE get_amount_to_retain(
68: p_api_version IN NUMBER
69: , p_line_location_id_tbl IN po_tbl_number
70: , p_line_loc_match_amt_tbl IN po_tbl_number
71: , x_return_status OUT NOCOPY VARCHAR2
72: , x_msg_data OUT NOCOPY VARCHAR2
73: , x_amount_to_retain_tbl OUT NOCOPY po_tbl_number
74: );

Line 73: , x_amount_to_retain_tbl OUT NOCOPY po_tbl_number

69: , p_line_location_id_tbl IN po_tbl_number
70: , p_line_loc_match_amt_tbl IN po_tbl_number
71: , x_return_status OUT NOCOPY VARCHAR2
72: , x_msg_data OUT NOCOPY VARCHAR2
73: , x_amount_to_retain_tbl OUT NOCOPY po_tbl_number
74: );
75: --
76:
77:

Line 163: p_entity_id_tbl IN PO_TBL_NUMBER ,

159: ---------------------------------------------------------------------------------------
160:
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 ,