DBA Data[Home] [Help]

APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_TRADE_PROFILE_PVT

Line 242: l_trd_prfl OZF_Trade_Profile_PVT.trade_profile_rec_type;

238: FROM ozf_cust_trd_prfls
239: WHERE cust_account_id = p_id;
240:
241: l_count NUMBER := 0;
242: l_trd_prfl OZF_Trade_Profile_PVT.trade_profile_rec_type;
243: l_trade_profile_id NUMBER;
244:
245: CURSOR sys_parameter_csr IS
246: SELECT autopay_flag

Line 312: OZF_Trade_Profile_PVT.Create_Trade_Profile(

308: l_trd_prfl.vendor_id := l_vendor_id;
309: l_trd_prfl.vendor_site_id := l_vendor_site_id;
310: l_trd_prfl.payment_method := l_payment_method;
311:
312: OZF_Trade_Profile_PVT.Create_Trade_Profile(
313: p_api_version_number => l_api_version,
314: p_init_msg_list => FND_API.G_FALSE,
315: p_commit => FND_API.G_FALSE,
316: p_validation_level => FND_API.G_VALID_LEVEL_FULL,