DBA Data[Home] [Help]

APPS.OZF_AR_INTERFACE_PVT dependencies on OZF_CLAIM_LINES_ALL

Line 1153: FROM ozf_offers offer, ozf_claim_lines_all line

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

Line 2106: ,p_source_table => 'OZF_CLAIM_LINES_ALL'

2102: ,x_return_status => l_return_status
2103: ,x_msg_data => x_msg_data
2104: ,x_msg_count => x_msg_count
2105: ,p_source_id => l_claim_line_id
2106: ,p_source_table => 'OZF_CLAIM_LINES_ALL'
2107: ,p_account_type => 'REC_CLEARING'
2108: ,x_cc_id_tbl => l_cc_id_tbl
2109: );
2110: IF x_return_status = FND_API.G_RET_STS_ERROR THEN