DBA Data[Home] [Help]

APPS.HRI_OPL_REC_CAND_PIPLN dependencies on HRI_BPL_REC_PIPLN

Line 1148: l_event_code := hri_bpl_rec_pipln.get_event_code

1144: END IF;
1145:
1146: -- If event is a status change, determine the event code
1147: IF l_status_change THEN
1148: l_event_code := hri_bpl_rec_pipln.get_event_code
1149: (p_system_status => p_apl_tab(p_apl_idx).per_system_status,
1150: p_status_id => p_apl_tab(p_apl_idx).assignment_status_type_id,
1151: p_user_status => p_apl_tab(p_apl_idx).user_status);
1152: -- Otherwise classify the event as a non-pipeline event

Line 1210: l_stage_code := hri_bpl_rec_pipln.get_stage_code

1206: (p_master_tab => p_master_tab,
1207: p_master_idx => l_master_idx);
1208:
1209: -- Get Stage Code
1210: l_stage_code := hri_bpl_rec_pipln.get_stage_code
1211: (p_system_status => p_apl_tab(p_apl_idx).per_system_status,
1212: p_status_id => p_apl_tab(p_apl_idx).assignment_status_type_id,
1213: p_user_status => p_apl_tab(p_apl_idx).user_status);
1214:

Line 1554: l_term_type := hri_bpl_rec_pipln.get_appl_term_type

1550: l_event_code := 'APPL_TERM';
1551: END IF;
1552:
1553: -- Get vol/invol status
1554: l_term_type := hri_bpl_rec_pipln.get_appl_term_type
1555: (p_appl_term_rsn => p_info_rec.appl_term_rsn);
1556:
1557: -- Set Indicators/Info
1558: p_info_rec.latest_stage := l_stage_code;