DBA Data[Home] [Help]

APPS.HR_JPBAL dependencies on HR_JPBAL

Line 1: PACKAGE BODY hr_jpbal AS

1: PACKAGE BODY hr_jpbal AS
2: /* $Header: pyjpbal.pkb 120.2.12000000.2 2007/03/05 08:52:41 keyazawa noship $ */
3: /* ------------------------------------------------------------------------------------ */
4: c_package constant varchar2(31) := 'hr_jpbal.';
5: /* ------------------------------------------------------------------------------------

Line 4: c_package constant varchar2(31) := 'hr_jpbal.';

1: PACKAGE BODY hr_jpbal AS
2: /* $Header: pyjpbal.pkb 120.2.12000000.2 2007/03/05 08:52:41 keyazawa noship $ */
3: /* ------------------------------------------------------------------------------------ */
4: c_package constant varchar2(31) := 'hr_jpbal.';
5: /* ------------------------------------------------------------------------------------
6: -- EXPIRY CHECKING CODE
7: --
8: -- Check the expiry of latest balance table.

Line 559: -- route refer to pay_jp_balances_v(call hr_jpbal.balance this code).

555: l_action_sequence);
556: --
557: -- User Defined Dimension
558: -- pay_balance_pkg.get_value cannot be used for user defined dimension.
559: -- route refer to pay_jp_balances_v(call hr_jpbal.balance this code).
560: --
561: -- rtrim is used for support dimension that was created before bug2597843 fix.
562: --
563: elsif substrb(rtrim(l_dimension_name),-8) = 'USER-REG' then

Line 661: -- (hr_jpbal.balance doesn't have the parameter of element_entry_id)

657: -- Now end user can not Ele-level,Person-level dimension.
658: -- Because 'SRS_USERBAL_LEVEL' that is lookup_type in hr_lookups table
659: -- does not have lookup_codes(ELEMENT, PERSON).
660: -- So end user can not select dimension type. Only ASSIGNEMNT level.
661: -- (hr_jpbal.balance doesn't have the parameter of element_entry_id)
662: --
663: -- ------------------------------------------------------------------------------------ */
664: PROCEDURE create_dimension(
665: errbuf OUT NOCOPY VARCHAR2,

Line 785: l_expiry_checking_code := 'hr_jpbal.check_expiry';

781: -- which is default behavior. This will cause serere performance issue.
782: --
783: l_dimension_type := 'A';
784: l_expiry_checking_level := 'P';
785: l_expiry_checking_code := 'hr_jpbal.check_expiry';
786: l_description := hr_jp_standard_pkg.get_message('PAY', 'PAY_JP_USER_DEF_ASG_DIM_DESC', 'US', 'REQUEST_ID', to_char(l_request_id));
787: --
788: insert into pay_balance_dimensions(
789: balance_dimension_id,

Line 3087: END hr_jpbal;

3083: RETURN l_balance;
3084: --
3085: END calc_all_balances;
3086: --
3087: END hr_jpbal;