DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on OZF_CLAIM_DEF_RULE_PVT

Line 3687: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type;

3683: l_reason_code_id number; --Bug:2732290
3684: l_short_payment_reason_code_id number; --Bug:2732290
3685: l_need_to_create varchar2(1) := 'N';
3686: l_claim_history_id number;
3687: l_clam_def_rec_type ozf_claim_def_rule_pvt.clam_def_rec_type;
3688: l_default_owner NUMBER; -- [BUG 3835800 Fixing]
3689:
3690: --// 12970850 TPM Integration ER
3691: l_claim_data CLOB;

Line 3957: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule (

3953:
3954:
3955: -- Call Claim defaults to default the reason code, Claim type and custom setup.
3956: -- set the default values only incase user has not specified any of these values.
3957: OZF_CLAIM_DEF_RULE_PVT.get_clam_def_rule (
3958: p_claim_rec => l_claim,
3959: x_clam_def_rec_type => l_clam_def_rec_type,
3960: x_return_status => l_return_status,
3961: x_msg_count => l_msg_count,