DBA Data[Home] [Help]

APPS.PQH_RBC_UTILITY dependencies on FND_MSG_PUB

Line 924: FND_MSG_PUB.initialize;

920: l_eligy_criteria_id number;
921: l_eligy_ovn number;
922: l_effective_date date := p_effective_date;
923: begin
924: FND_MSG_PUB.initialize;
925: for r_egl in c1 loop
926: if r_egl.dml_operation ='UPDATE' then
927: hr_utility.set_location('going for update operation ',10);
928: l_eligy_ovn := r_egl.information265;

Line 1664: FND_MSG_PUB.initialize;

1660: cursor c1 is select copy_entity_result_id from ben_copy_entity_results
1661: where copy_entity_txn_id = p_copy_entity_txn_id and table_alias = 'PLN';
1662:
1663: begin
1664: FND_MSG_PUB.initialize;
1665:
1666: open c1;
1667: fetch c1 into l_copy_entity_result_id;
1668: close c1;