DBA Data[Home] [Help]

APPS.OZF_CLAIM_SETTLEMENT_PVT dependencies on OZF_CUST_TRD_PRFLS

Line 238: FROM ozf_cust_trd_prfls

234: l_msg_data VARCHAR2(2000);
235:
236: CURSOR trd_prfl_count_csr(p_id in number) is
237: SELECT NVL(COUNT(trade_profile_id), 0)
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;