DBA Data[Home] [Help]

APPS.OZF_AR_INTERFACE_PVT dependencies on OZF_CLAIM_LINES_ALL

Line 1157: FROM ozf_offers offer, ozf_claim_lines_all line

1153: AND organization_id = FND_PROFILE.VALUE('AMS_ITEM_ORGANIZATION_ID');
1154:
1155: CURSOR csr_offer_name(cv_claim_line_id IN NUMBER)IS
1156: SELECT SUBSTR(offer_code,1,50)
1157: FROM ozf_offers offer, ozf_claim_lines_all line
1158: WHERE qp_list_header_id = line.offer_id
1159: AND claim_line_id = cv_claim_line_id;
1160:
1161: -- Introduced for Bug4348163

Line 2115: ,p_source_table => 'OZF_CLAIM_LINES_ALL'

2111: ,x_return_status => l_return_status
2112: ,x_msg_data => x_msg_data
2113: ,x_msg_count => x_msg_count
2114: ,p_source_id => l_claim_line_id
2115: ,p_source_table => 'OZF_CLAIM_LINES_ALL'
2116: ,p_account_type => 'REC_CLEARING'
2117: ,x_cc_id_tbl => l_cc_id_tbl
2118: );
2119: IF x_return_status = FND_API.G_RET_STS_ERROR THEN