DBA Data[Home] [Help]

APPS.MRP_EXPL_STD_MANDATORY dependencies on MRP_ATP_PUB

Line 22: p_atp_table MRP_ATP_PUB.ATP_Rec_Typ;

18: temp number := null;
19: temp1 date := null;
20: l_component_ship_date date;
21:
22: p_atp_table MRP_ATP_PUB.ATP_Rec_Typ;
23: l_smc_table MRP_ATP_PUB.ATP_Rec_Typ;
24:
25: lv_temp_sql_stmt VARCHAR2(2000);
26: lv_wip_demand_exists_flag NUMBER;

Line 23: l_smc_table MRP_ATP_PUB.ATP_Rec_Typ;

19: temp1 date := null;
20: l_component_ship_date date;
21:
22: p_atp_table MRP_ATP_PUB.ATP_Rec_Typ;
23: l_smc_table MRP_ATP_PUB.ATP_Rec_Typ;
24:
25: lv_temp_sql_stmt VARCHAR2(2000);
26: lv_wip_demand_exists_flag NUMBER;
27:

Line 104: p_atp_table, --p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ

100: determines the BOMs, if any, for the Model and it's option Class(es) and
101: explodes them */
102:
103: lstatus := CTO_CONFIG_ITEM_PK.Get_Mandatory_Components(
104: p_atp_table, --p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ
105: NULL,
106: NULL,
107: l_smc_table, --p_sm_rec out MRP_ATP_PUB.ATP_Rec_Typ
108: xErrorMessage,

Line 107: l_smc_table, --p_sm_rec out MRP_ATP_PUB.ATP_Rec_Typ

103: lstatus := CTO_CONFIG_ITEM_PK.Get_Mandatory_Components(
104: p_atp_table, --p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ
105: NULL,
106: NULL,
107: l_smc_table, --p_sm_rec out MRP_ATP_PUB.ATP_Rec_Typ
108: xErrorMessage,
109: xMessageName,
110: xTableName );
111: