DBA Data[Home] [Help]

APPS.WPS_GANTT_UTILITIES dependencies on WIP_PROD_INDICATORS

Line 9: information all the way down to the wip_prod_indicators do to the

5: /*
6: Procedure that populates the Resource Load by the time bucket
7: required in the Gantt Chart. For now we will not do bucketing by
8: any other time other than daily, but we should pass the bucket
9: information all the way down to the wip_prod_indicators do to the
10: summary before the insertion.
11: */
12:
13: PROCEDURE Populate_Bucketed_Res_Load

Line 79: Wip_Prod_Indicators.Calculate_Resource_Avail(

75: p_errmesg OUT NOCOPY VARCHAR2)
76: IS
77: Begin
78:
79: Wip_Prod_Indicators.Calculate_Resource_Avail(
80: p_organization_id => p_organization_id,
81: p_date_from => p_date_from,
82: p_date_to => p_date_to,
83: p_department_id => p_department_id,