DBA Data[Home] [Help]

APPS.PAY_BALANCE_FEEDS_F_PKG dependencies on HR_BALANCE_FEEDS

Line 123: hr_balance_feeds.lock_balance_type(X_Balance_Type_Id);

119: BEGIN
120: --
121: -- Lock balance type to stop other users changing the balance feed.
122: --
123: hr_balance_feeds.lock_balance_type(X_Balance_Type_Id);
124: --
125: --
126: --
127: -- Make sure that balance is not fed by classifications which would make the

Line 133: if ( hr_balance_feeds.bal_classifications_exist(X_Balance_Type_Id))

129: --
130: if ( not X_Initial_Balance_Feed )
131: then
132: --
133: if ( hr_balance_feeds.bal_classifications_exist(X_Balance_Type_Id))
134: then
135: hr_utility.set_message(801, 'HR_7444_BAL_FEED_READ_ONLY');
136: hr_utility.raise_error;
137: end if;

Line 336: hr_balance_feeds.lock_balance_type(X_Balance_Type_Id);

332: BEGIN
333: --
334: -- Lock balance type to stop other users changing the balance feed.
335: --
336: hr_balance_feeds.lock_balance_type(X_Balance_Type_Id);
337: --
338: -- Make sure that balance is not fed by classifications which would make the
339: -- balance feeds READ-ONLY and therefore this operation invalid.
340: --

Line 344: if ( hr_balance_feeds.bal_classifications_exist(X_Balance_Type_Id))

340: --
341: if ( NOT X_initial_Balance_Feed )
342: then
343: --
344: if ( hr_balance_feeds.bal_classifications_exist(X_Balance_Type_Id))
345: then
346: hr_utility.set_message(801, 'HR_7444_BAL_FEED_READ_ONLY');
347: hr_utility.raise_error;
348: end if;

Line 411: hr_balance_feeds.lock_balance_type(X_Balance_Type_Id);

407: BEGIN
408: --
409: -- Lock balance type to stop other users changing the balance feed.
410: --
411: hr_balance_feeds.lock_balance_type(X_Balance_Type_Id);
412: --
413: -- Make sure that balance is not fed by classifications which would make the
414: -- balance feeds READ-ONLY and therefore this operation invalid.
415: --

Line 418: if hr_balance_feeds.bal_classifications_exist(X_Balance_Type_Id) then

414: -- balance feeds READ-ONLY and therefore this operation invalid.
415: --
416: if ( NOT X_Initial_Balance_Feed ) then
417: --
418: if hr_balance_feeds.bal_classifications_exist(X_Balance_Type_Id) then
419: hr_utility.set_message(801, 'HR_7444_BAL_FEED_READ_ONLY');
420: hr_utility.raise_error;
421: end if;
422: --