DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on PQH_SS_UTILITY

Line 984: p_businessGrpId := PQH_SS_UTILITY.get_business_group_id (

980: return;
981: END IF;
982: -- ========================================
983:
984: p_businessGrpId := PQH_SS_UTILITY.get_business_group_id (
985: p_personId => p_personId
986: ,p_effectiveDate => l_effDate );
987: --
988: -- check salary changes

Line 1060: PQH_SS_UTILITY.check_edit_privilege (

1056: IF ( INSTR(p_status,'S') >0 OR p_status = 'RI' ) THEN
1057: p_editAllowed := 'Y';
1058: ELSE
1059: --
1060: PQH_SS_UTILITY.check_edit_privilege (
1061: p_personId => p_loginPerson
1062: ,p_businessGroupId => p_businessGrpId
1063: ,p_editAllowed => p_editAllowed );
1064: --

Line 1089: p_pendingTxn := PQH_SS_UTILITY.check_pending_Transaction (

1085: -- ========================================================
1086: IF ( INSTR(p_whatChecks,'E')=0 OR p_editAllowed = 'Y' ) THEN
1087:
1088: IF ( INSTR(p_whatChecks,'P') > 0) THEN
1089: p_pendingTxn := PQH_SS_UTILITY.check_pending_Transaction (
1090: p_txnId => p_txnId
1091: ,p_itemType => p_itemType
1092: ,p_personId => p_personId
1093: ,p_assignId => p_assignmentId ) ;

Line 1102: l_version := PQH_SS_UTILITY.get_approval_process_version(

1098: --Perform date track validations only if the transaction has
1099: --date associated with it.
1100: IF ( p_dateParmExist <> 'N') THEN
1101: --
1102: l_version := PQH_SS_UTILITY.get_approval_process_version(
1103: p_itemType => p_itemType,
1104: p_itemKey => p_itemKey );
1105: --
1106: -- ========================================================

Line 1161: p_futureChange := PQH_SS_UTILITY.check_future_Change (

1157: ELSE
1158: --
1159: IF ( INSTR(p_whatChecks,'I') > 0 OR INSTR(p_whatChecks,'F') > 0) THEN
1160: --
1161: p_futureChange := PQH_SS_UTILITY.check_future_Change (
1162: p_txnId => p_txnId
1163: ,p_assignmentId => p_assignmentId
1164: ,p_effectiveDate => l_effDate
1165: ,p_calledFrom => p_calledFrom );

Line 1171: p_interAction := PQH_SS_UTILITY.check_intervening_Action (

1167: END IF; -- future/intervening
1168:
1169: IF ( INSTR(p_whatChecks,'I') > 0) THEN
1170: --
1171: p_interAction := PQH_SS_UTILITY.check_intervening_Action (
1172: p_txnId => p_txnId
1173: ,p_assignmentId => p_assignmentId
1174: ,p_effectiveDate => l_effDate
1175: ,p_futureChange => p_futureChange ) ;

Line 1185: p_isPersonElig := PQH_SS_UTILITY.check_eligibility (

1181: END IF; --dateParamExist
1182: --
1183: IF ( INSTR(p_whatChecks,'G') > 0 ) THEN
1184: --
1185: p_isPersonElig := PQH_SS_UTILITY.check_eligibility (
1186: p_planId => p_planId
1187: ,p_personId => p_personId
1188: ,p_effectiveDate => l_effDate ) ;
1189: --

Line 2750: l_stepId := pqh_ss_utility.get_transaction_step_id (

2746:
2747: --Bug 3003754 Salary Change
2748: IF ( l_rtParmFound = 'Y' AND l_rateMsg IS NOT NULL) THEN
2749: --
2750: l_stepId := pqh_ss_utility.get_transaction_step_id (
2751: p_itemType => p_itemType
2752: , p_itemKey => p_itemKey
2753: , p_apiName => 'HR_PAY_RATE_SS.PROCESS_API' );
2754: --

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

3132: itemtype => itemtype,
3133: itemkey => itemkey,
3134: aname => 'CURRENT_PERSON_ID');
3135:
3136: l_bgId := PQH_SS_UTILITY.get_business_group_id ( l_PersonId, sysdate);
3137:
3138: PQH_SS_UTILITY.get_Role_Info (
3139: p_roleTypeCd => l_roleType
3140: ,p_businessGroupId => l_bgId

Line 3138: PQH_SS_UTILITY.get_Role_Info (

3134: aname => 'CURRENT_PERSON_ID');
3135:
3136: l_bgId := PQH_SS_UTILITY.get_business_group_id ( l_PersonId, sysdate);
3137:
3138: PQH_SS_UTILITY.get_Role_Info (
3139: p_roleTypeCd => l_roleType
3140: ,p_businessGroupId => l_bgId
3141: ,p_globalRoleFlag => l_flag
3142: ,p_roleName => l_roleName