DBA Data[Home] [Help]

APPS.GME_RESCHEDULE_STEP_PVT dependencies on GMP_CALENDAR_API

Line 52: l_contig_period_tbl gmp_calendar_api.contig_period_tbl;

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

Line 518: gmp_calendar_api.get_contiguous_periods

514: /* Pass in the plan start date
515: of the current step as plan completion date to this procedure as we
516: want to find out the start or completion date of the preceeding step */
517: IF l_dep_step_rec.standard_delay >= 0 THEN
518: gmp_calendar_api.get_contiguous_periods
519: (p_api_version => 1
520: ,p_init_msg_list => TRUE
521: ,p_start_date => NULL
522: ,p_end_date => l_batch_step_m_rec.plan_start_date

Line 530: gmp_calendar_api.get_contiguous_periods

526: ,x_return_status => l_return_status);
527: l_cal_count := l_contig_period_tbl.COUNT;
528: l_date := l_contig_period_tbl (l_cal_count).start_date;
529: ELSE /* Standard delay is negative */
530: gmp_calendar_api.get_contiguous_periods
531: (p_api_version => 1
532: ,p_init_msg_list => TRUE
533: ,p_start_date => l_batch_step_m_rec.plan_start_date
534: ,p_end_date => NULL

Line 703: gmp_calendar_api.get_contiguous_periods

699: l_duration :=
700: ( l_batch_header_rec.plan_cmplt_date
701: - l_batch_header_rec.plan_start_date)
702: * 24;
703: gmp_calendar_api.get_contiguous_periods
704: (p_api_version => 1
705: ,p_init_msg_list => TRUE
706: ,p_start_date => l_batch_header_rec.plan_start_date
707: ,p_end_date => NULL