DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PQH_SS_UTILITY

Line 1003: p_businessGrpId := PQH_SS_UTILITY.get_business_group_id (

999: return;
1000: END IF;
1001: -- ========================================
1002:
1003: p_businessGrpId := PQH_SS_UTILITY.get_business_group_id (
1004: p_personId => p_personId
1005: ,p_effectiveDate => l_effDate );
1006: --
1007: -- check salary changes

Line 1081: PQH_SS_UTILITY.check_edit_privilege (

1077: IF ( INSTR(p_status,'S') >0 OR p_status = 'RI' ) THEN
1078: p_editAllowed := 'Y';
1079: ELSE
1080: --
1081: PQH_SS_UTILITY.check_edit_privilege (
1082: p_personId => p_loginPerson
1083: ,p_businessGroupId => p_businessGrpId
1084: ,p_editAllowed => p_editAllowed );
1085: --

Line 1110: p_pendingTxn := PQH_SS_UTILITY.check_pending_Transaction (

1106: -- ========================================================
1107: IF ( INSTR(p_whatChecks,'E')=0 OR p_editAllowed = 'Y' ) THEN
1108:
1109: IF ( INSTR(p_whatChecks,'P') > 0) THEN
1110: p_pendingTxn := PQH_SS_UTILITY.check_pending_Transaction (
1111: p_txnId => p_txnId
1112: ,p_itemType => p_itemType
1113: ,p_personId => p_personId
1114: ,p_assignId => p_assignmentId ) ;

Line 1123: l_version := PQH_SS_UTILITY.get_approval_process_version(

1119: --Perform date track validations only if the transaction has
1120: --date associated with it.
1121: IF ( p_dateParmExist <> 'N') THEN
1122: --
1123: l_version := PQH_SS_UTILITY.get_approval_process_version(
1124: p_itemType => p_itemType,
1125: p_itemKey => p_itemKey );
1126: --
1127: -- ========================================================

Line 1182: p_futureChange := PQH_SS_UTILITY.check_future_Change (

1178: ELSE
1179: --
1180: IF ( INSTR(p_whatChecks,'I') > 0 OR INSTR(p_whatChecks,'F') > 0) THEN
1181: --
1182: p_futureChange := PQH_SS_UTILITY.check_future_Change (
1183: p_txnId => p_txnId
1184: ,p_assignmentId => p_assignmentId
1185: ,p_effectiveDate => l_effDate
1186: ,p_calledFrom => p_calledFrom );

Line 1192: p_interAction := PQH_SS_UTILITY.check_intervening_Action (

1188: END IF; -- future/intervening
1189:
1190: IF ( INSTR(p_whatChecks,'I') > 0) THEN
1191: --
1192: p_interAction := PQH_SS_UTILITY.check_intervening_Action (
1193: p_txnId => p_txnId
1194: ,p_assignmentId => p_assignmentId
1195: ,p_effectiveDate => l_effDate
1196: ,p_futureChange => p_futureChange ) ;

Line 1206: p_isPersonElig := PQH_SS_UTILITY.check_eligibility (

1202: END IF; --dateParamExist
1203: --
1204: IF ( INSTR(p_whatChecks,'G') > 0 ) THEN
1205: --
1206: p_isPersonElig := PQH_SS_UTILITY.check_eligibility (
1207: p_planId => p_planId
1208: ,p_personId => p_personId
1209: ,p_effectiveDate => l_effDate ) ;
1210: --

Line 2774: l_stepId := pqh_ss_utility.get_transaction_step_id (

2770:
2771: --Bug 3003754 Salary Change
2772: IF ( l_rtParmFound = 'Y' AND l_rateMsg IS NOT NULL) THEN
2773: --
2774: l_stepId := pqh_ss_utility.get_transaction_step_id (
2775: p_itemType => p_itemType
2776: , p_itemKey => p_itemKey
2777: , p_apiName => 'HR_PAY_RATE_SS.PROCESS_API' );
2778: --

Line 3168: l_bgId := PQH_SS_UTILITY.get_business_group_id ( l_PersonId, sysdate);

3164: itemtype => itemtype,
3165: itemkey => itemkey,
3166: aname => 'CURRENT_PERSON_ID');
3167:
3168: l_bgId := PQH_SS_UTILITY.get_business_group_id ( l_PersonId, sysdate);
3169:
3170: PQH_SS_UTILITY.get_Role_Info (
3171: p_roleTypeCd => l_roleType
3172: ,p_businessGroupId => l_bgId

Line 3170: PQH_SS_UTILITY.get_Role_Info (

3166: aname => 'CURRENT_PERSON_ID');
3167:
3168: l_bgId := PQH_SS_UTILITY.get_business_group_id ( l_PersonId, sysdate);
3169:
3170: PQH_SS_UTILITY.get_Role_Info (
3171: p_roleTypeCd => l_roleType
3172: ,p_businessGroupId => l_bgId
3173: ,p_globalRoleFlag => l_flag
3174: ,p_roleName => l_roleName