DBA Data[Home] [Help]

APPS.GMD_NPD_MIGRATE dependencies on GMD_PARAMETERS_HDR_PKG

Line 152: GMD_PARAMETERS_HDR_PKG.Insert_Row

148: l_lab_ind := 1;
149: END IF;
150:
151: /* Lets create the parameter record for the organization */
152: GMD_PARAMETERS_HDR_PKG.Insert_Row
153: (X_rowid => l_rowid,
154: X_Parameter_Id => l_Parameter_Id,
155: X_organization_id => l_rec.organization_id,
156: X_Lab_Ind => l_lab_ind,

Line 371: GMD_PARAMETERS_HDR_PKG.Insert_Row ( X_rowid => l_rowid,

367:
368: L_new := 1;
369:
370: /*Insert a row into the header table for Global organization */
371: GMD_PARAMETERS_HDR_PKG.Insert_Row ( X_rowid => l_rowid,
372: X_Parameter_Id => l_parameter_id,
373: X_organization_id => NULL,
374: X_Lab_Ind => 0,
375: X_plant_Ind => 0,