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 1668: FND_MSG_PUB.initialize;

1664: cursor c1 is select copy_entity_result_id from ben_copy_entity_results
1665: where copy_entity_txn_id = p_copy_entity_txn_id and table_alias = 'PLN';
1666:
1667: begin
1668: FND_MSG_PUB.initialize;
1669:
1670: open c1;
1671: fetch c1 into l_copy_entity_result_id;
1672: close c1;