DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GMP_CALENDAR_API

Line 50: l_contig_period_tbl gmp_calendar_api.contig_period_tbl;

46: l_batch_step_rec gme_batch_steps%ROWTYPE;
47: l_batch_step_m_rec gme_batch_steps%ROWTYPE;
48: l_material_detail_id_tbl gme_common_pvt.number_tab;
49: l_rel_type NUMBER;
50: l_contig_period_tbl gmp_calendar_api.contig_period_tbl;
51: l_loop_count_get_material NUMBER;
52: --Bug#5606089
53: l_batch_step2_rec gme_batch_steps%ROWTYPE;
54: x_batch_step2_rec gme_batch_steps%ROWTYPE;

Line 512: gmp_calendar_api.get_contiguous_periods

508: /* Pass in the plan start date
509: of the current step as plan completion date to this procedure as we
510: want to find out the start or completion date of the preceeding step */
511: IF l_dep_step_rec.standard_delay >= 0 THEN
512: gmp_calendar_api.get_contiguous_periods
513: (p_api_version => 1
514: ,p_init_msg_list => TRUE
515: ,p_start_date => NULL
516: ,p_end_date => l_batch_step_m_rec.plan_start_date

Line 524: gmp_calendar_api.get_contiguous_periods

520: ,x_return_status => l_return_status);
521: l_cal_count := l_contig_period_tbl.COUNT;
522: l_date := l_contig_period_tbl (l_cal_count).start_date;
523: ELSE /* Standard delay is negative */
524: gmp_calendar_api.get_contiguous_periods
525: (p_api_version => 1
526: ,p_init_msg_list => TRUE
527: ,p_start_date => l_batch_step_m_rec.plan_start_date
528: ,p_end_date => NULL

Line 697: gmp_calendar_api.get_contiguous_periods

693: l_duration :=
694: ( l_batch_header_rec.plan_cmplt_date
695: - l_batch_header_rec.plan_start_date)
696: * 24;
697: gmp_calendar_api.get_contiguous_periods
698: (p_api_version => 1
699: ,p_init_msg_list => TRUE
700: ,p_start_date => l_batch_header_rec.plan_start_date
701: ,p_end_date => NULL