DBA Data[Home] [Help]

APPS.PER_GB_PENSRV_SVPN dependencies on PQP_BUDGET_MAINTENANCE

Line 417: IF ( this_abvm.defn_custom_function = 'pqp_budget_maintenance.get_FTE_event_dates' )

413:
414: l_abv_uom := this_abvm.uom;
415:
416: -- the condition below also checks for this_abvm.defn_custom_function IS NOT NULL implicitly
417: IF ( this_abvm.defn_custom_function = 'pqp_budget_maintenance.get_FTE_event_dates' )
418: THEN
419:
420:
421: OPEN csr_chk_asg_contract_exist (p_assignment_id => l_assignment_id );

Line 447: pqp_budget_maintenance.maintain_abv_for_assignment

443:
444: IF (l_contract_type_exist IS NOT NULL OR l_fte_exist IS NOT NULL )
445: THEN
446:
447: pqp_budget_maintenance.maintain_abv_for_assignment
448: (p_uom => this_abvm.uom
449: ,p_assignment_id => l_assignment_id
450: ,p_business_group_id => l_business_group_id
451: ,p_effective_date => l_effective_start_date

Line 456: ELSE -- IF this_abvm.defn_custom_function != 'pqp_budget_maintenance.get_FTE_event_dates'

452: ,p_action => 'Normal'
453: );
454: END IF;
455:
456: ELSE -- IF this_abvm.defn_custom_function != 'pqp_budget_maintenance.get_FTE_event_dates'
457:
458:
459: pqp_budget_maintenance.maintain_abv_for_assignment
460: (p_uom => this_abvm.uom

Line 459: pqp_budget_maintenance.maintain_abv_for_assignment

455:
456: ELSE -- IF this_abvm.defn_custom_function != 'pqp_budget_maintenance.get_FTE_event_dates'
457:
458:
459: pqp_budget_maintenance.maintain_abv_for_assignment
460: (p_uom => this_abvm.uom
461: ,p_assignment_id => l_assignment_id
462: ,p_business_group_id => l_business_group_id
463: ,p_effective_date => l_effective_start_date