DBA Data[Home] [Help]

APPS.FPA_PROCESS_PVT dependencies on FPA_INVESTMENT_CRITERIA_PVT

Line 3589: investment_rec fpa_investment_criteria_pvt.investment_rec_type;

3585: ,x_msg_count OUT NOCOPY number
3586: ,x_msg_data OUT NOCOPY varchar2
3587: )
3588: AS
3589: investment_rec fpa_investment_criteria_pvt.investment_rec_type;
3590:
3591: l_api_version CONSTANT NUMBER := 1.0;
3592:
3593: BEGIN

Line 3620: fpa_investment_criteria_pvt.update_strategicobj_weight_aw

3616:
3617: -- set the values in the record type equal to the ones passed.
3618: investment_rec.strategic_scores_string := p_strategic_weights_string;
3619:
3620: fpa_investment_criteria_pvt.update_strategicobj_weight_aw
3621: (
3622: p_investment_rec_type => investment_rec,
3623: x_return_status => x_return_status,
3624: x_msg_count => x_msg_count,

Line 3698: l_investment_rec fpa_investment_criteria_pvt.investment_rec_type;

3694: x_msg_count OUT NOCOPY NUMBER,
3695: x_msg_data OUT NOCOPY VARCHAR2
3696: )
3697: AS
3698: l_investment_rec fpa_investment_criteria_pvt.investment_rec_type;
3699:
3700: l_api_version CONSTANT NUMBER := 1.0;
3701:
3702: BEGIN

Line 3724: FPA_Investment_Criteria_PVT.update_strategicobj( p_commit => p_commit

3720: x_msg_count => x_msg_count,
3721: x_msg_data => x_msg_data);
3722:
3723:
3724: FPA_Investment_Criteria_PVT.update_strategicobj( p_commit => p_commit
3725: ,p_investment_rec_type => l_investment_rec
3726: ,x_return_status => x_return_status
3727: ,x_msg_count => x_msg_count
3728: ,x_msg_data => x_msg_data);

Line 3768: l_investment_rec fpa_investment_criteria_pvt.investment_rec_type;

3764: x_msg_data OUT NOCOPY varchar2
3765: )
3766: AS
3767: l_api_version CONSTANT NUMBER := 1.0;
3768: l_investment_rec fpa_investment_criteria_pvt.investment_rec_type;
3769: l_stategic_obj_id varchar2(30);
3770: l_seq_nextval number;
3771:
3772: BEGIN

Line 3805: fpa_investment_criteria_pvt.create_strategicobj_aw

3801: );
3802:
3803:
3804: -- Call procedure to call Investment Criteria in AW
3805: fpa_investment_criteria_pvt.create_strategicobj_aw
3806: (
3807: p_commit => FND_API.G_TRUE,
3808: p_investment_rec_type => l_investment_rec,
3809: p_seeding => 'N',

Line 3821: FPA_Investment_Criteria_PVT.Update_StrategicObj_Status_AW(

3817: -- created strategic objectives. This will tel the UI what objectives
3818: -- may be deleted by the user.
3819: l_investment_rec.strategic_obj_status := 'DODELETE';
3820: l_investment_rec.strategic_obj_shortname := l_stategic_obj_id;
3821: FPA_Investment_Criteria_PVT.Update_StrategicObj_Status_AW(
3822: p_commit => FND_API.G_TRUE,
3823: p_investment_rec_type => l_investment_rec,
3824: x_return_status => x_return_status,
3825: x_msg_count => x_msg_count,

Line 3829: FPA_Investment_Criteria_PVT.update_strategicobj_level_aw( p_commit

3825: x_msg_count => x_msg_count,
3826: x_msg_data => x_msg_data
3827: );
3828:
3829: FPA_Investment_Criteria_PVT.update_strategicobj_level_aw( p_commit
3830: ,l_investment_rec
3831: ,x_return_status
3832: ,x_msg_count
3833: ,x_msg_data);

Line 3880: l_investment_rec fpa_investment_criteria_pvt.investment_rec_type;

3876: x_msg_count OUT NOCOPY NUMBER,
3877: x_msg_data OUT NOCOPY VARCHAR2
3878: )
3879: AS
3880: l_investment_rec fpa_investment_criteria_pvt.investment_rec_type;
3881: l_api_version CONSTANT NUMBER := 1.0;
3882:
3883: BEGIN
3884: FND_MSG_PUB.Initialize;

Line 3901: fpa_investment_criteria_pvt.delete_strategicobj_aw

3897: x_return_status => x_return_status,
3898: x_msg_count => x_msg_count,
3899: x_msg_data => x_msg_data);
3900:
3901: fpa_investment_criteria_pvt.delete_strategicobj_aw
3902: (
3903: p_api_version => p_api_version,
3904: p_investment_rec_type => l_investment_rec,
3905: x_return_status => x_return_status,