DBA Data[Home] [Help]

APPS.OZF_AUTO_WRITEOFF_PVT dependencies on FND_MSG_PUB

Line 199: FND_MSG_PUB.initialize;

195: ,p_cust_account_id
196: ,p_claim_type_id
197: ,p_reason_code_id) LOOP
198:
199: FND_MSG_PUB.initialize;
200: -- Count total records selected for write off.
201: v_total_writeoff_count := v_total_writeoff_count + 1;
202:
203: BEGIN