DBA Data[Home] [Help]

APPS.WSMPOPRN dependencies on STANDARD

Line 28: X_Standard_Operation_Id IN NUMBER,

24: X_Organization_Id IN NUMBER,
25: X_From_Op IN NUMBER,
26: X_To_Op IN NUMBER,
27: --NSO Modification by abedajna
28: X_Standard_Operation_Id IN NUMBER,
29: X_Op_Seq_Id IN NUMBER,
30: x_error_code OUT NOCOPY NUMBER,
31: x_error_msg OUT NOCOPY VARCHAR2);
32:

Line 41: X_Standard_Operation_Id IN NUMBER,

37: X_Organization_Id IN NUMBER,
38: X_From_Op IN NUMBER,
39: X_To_Op IN NUMBER,
40: --NSO Modification by abedajna
41: X_Standard_Operation_Id IN NUMBER,
42: X_Op_Seq_Id IN NUMBER,
43: x_error_code OUT NOCOPY NUMBER,
44: x_error_msg OUT NOCOPY VARCHAR2,
45: p_txn_quantity IN NUMBER,

Line 128: from mfg_lookups for the standard_operation_id

124: x_error_msg OUT NOCOPY VARCHAR2
125: ) RETURN NUMBER;
126:
127: /* This function returns the value for queue, run and to move
128: from mfg_lookups for the standard_operation_id
129: */
130:
131: FUNCTION get_next_mandatory_step(x_step IN NUMBER, x_flag IN NUMBER)
132: RETURN NUMBER;