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.5 2011/04/27 03:25:09 keyazawa ship $ */
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.5 2011/04/27 03:25:09 keyazawa ship $ */
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 794: l_expiry_checking_code := 'hr_jpbal.check_expiry';

790: -- which is default behavior. This will cause serere performance issue.
791: --
792: l_dimension_type := 'A';
793: l_expiry_checking_level := 'P';
794: l_expiry_checking_code := 'hr_jpbal.check_expiry';
795: l_description := hr_jp_standard_pkg.get_message('PAY', 'PAY_JP_USER_DEF_ASG_DIM_DESC', 'US', 'REQUEST_ID', to_char(l_request_id));
796: --
797: insert into pay_balance_dimensions(
798: balance_dimension_id,

Line 3107: END hr_jpbal;

3103: RETURN l_balance;
3104: --
3105: END calc_all_balances;
3106: --
3107: END hr_jpbal;