DBA Data[Home] [Help]

APPS.PA_PARLBLDG_XMLP_PKG dependencies on PA_TIMELINE_PVT

Line 73: PA_TIMELINE_PVT.create_timeline(

69: /*srw.message(100,'res_id '||to_number(p_resource_id));*/null;
70:
71:
72: IF (UPPER(p_run_mode) = 'R') THEN
73: PA_TIMELINE_PVT.create_timeline(
74: p_start_resource_name => p_start_resource_name,
75: p_end_resource_name => p_end_resource_name,
76: p_resource_id => NULL,
77: p_start_date => l_date,

Line 92: PA_TIMELINE_PVT.create_timeline(

88: WHERE resource_id = p_resource_id;
89: p_start_resource_name := l_name;
90: p_end_resource_name := l_name;
91:
92: PA_TIMELINE_PVT.create_timeline(
93: p_start_resource_name => NULL,
94: p_end_resource_name => NULL,
95: p_resource_id => p_resource_id,
96: p_start_date => l_date,