Payroll and OTL - EBS (MOSC)

MOSC Banner

Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!

PAY: Balance Feeds API not working

edited Aug 14, 2018 12:38PM in Payroll and OTL - EBS (MOSC) 5 commentsAnswered
Hi,

I wanted to use pay_balance_feeds_api.create_balance_feed procedure to insert the elements on a balance I created. First, I created a table and inserted all the element names that will be used for the balance. Then I created this PL/SQL block below:

DECLARE

CURSOR a_cur is

SELECT INPUT_VALUE_ID, ELEMENT_TYPE_ID
FROM PAY_INPUT_VALUES_F
WHERE NAME = 'Pay Value'
AND ELEMENT_TYPE_ID IN
(SELECT petf.element_type_id
 FROM pay_element_types_f petf, xxc_balance_feed_tbl xbft
 where petf.element_name = xbft.element_name);

w_balance_feed_id NUMBER;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center