DBA Data[Home] [Help]

APPS.OKC_CODE_HOOK dependencies on STANDARD

Line 31: p_doc_type Document Type of Contract(eg: PO_STANDARD)

27: GET_MULTIVAL_UDV_FOR_XPRT This routine is used to get the multiple values for variables in expert.
28:
29: INPUT PARAMETERS
30:
31: p_doc_type Document Type of Contract(eg: PO_STANDARD)
32: p_doc_id Document_id of contract.
33: p_udf_var_code Variable Code
34:
35:

Line 37: X_RETURN_STATUS: Standard out variable to return the final API execution status.

33: p_udf_var_code Variable Code
34:
35:
36: RETURN VALUE
37: X_RETURN_STATUS: Standard out variable to return the final API execution status.
38: X_MSG_COUNT : Standard out variable to return the number of messages.
39: X_MSG_DATA : Standard out variable to return the message string.
40: x_order_by_column Table which return variable-code and variable value of every variable. If multi values are to be returned for
41: x_hook_used 0 Hook has not been used

Line 38: X_MSG_COUNT : Standard out variable to return the number of messages.

34:
35:
36: RETURN VALUE
37: X_RETURN_STATUS: Standard out variable to return the final API execution status.
38: X_MSG_COUNT : Standard out variable to return the number of messages.
39: X_MSG_DATA : Standard out variable to return the message string.
40: x_order_by_column Table which return variable-code and variable value of every variable. If multi values are to be returned for
41: x_hook_used 0 Hook has not been used
42: -1 Error in Hook

Line 39: X_MSG_DATA : Standard out variable to return the message string.

35:
36: RETURN VALUE
37: X_RETURN_STATUS: Standard out variable to return the final API execution status.
38: X_MSG_COUNT : Standard out variable to return the number of messages.
39: X_MSG_DATA : Standard out variable to return the message string.
40: x_order_by_column Table which return variable-code and variable value of every variable. If multi values are to be returned for
41: x_hook_used 0 Hook has not been used
42: -1 Error in Hook
43: Any other value Hook is used

Line 87: X_RETURN_STATUS: Standard out variable to return the final API execution status.

83: None
84:
85:
86: RETURN VALUE
87: X_RETURN_STATUS: Standard out variable to return the final API execution status.
88: X_MSG_COUNT : Standard out variable to return the number of messages.
89: X_MSG_DATA : Standard out variable to return the message string.
90: x_order_by_column Column on which the clauses have to be ordered
91: x_hook_used 0 Hook has not been used

Line 88: X_MSG_COUNT : Standard out variable to return the number of messages.

84:
85:
86: RETURN VALUE
87: X_RETURN_STATUS: Standard out variable to return the final API execution status.
88: X_MSG_COUNT : Standard out variable to return the number of messages.
89: X_MSG_DATA : Standard out variable to return the message string.
90: x_order_by_column Column on which the clauses have to be ordered
91: x_hook_used 0 Hook has not been used
92: 1 Hook is used

Line 89: X_MSG_DATA : Standard out variable to return the message string.

85:
86: RETURN VALUE
87: X_RETURN_STATUS: Standard out variable to return the final API execution status.
88: X_MSG_COUNT : Standard out variable to return the number of messages.
89: X_MSG_DATA : Standard out variable to return the message string.
90: x_order_by_column Column on which the clauses have to be ordered
91: x_hook_used 0 Hook has not been used
92: 1 Hook is used
93: NOTE: Use all OUT and IN OUT parameter with NOCOPY option.

Line 372: x_hook_used := 0; -- Assign 1 to this if the code in this procedure should be considered by the standard flow

368:
369: BEGIN
370:
371: x_return_status := 'S';
372: x_hook_used := 0; -- Assign 1 to this if the code in this procedure should be considered by the standard flow
373:
374: EXCEPTION
375: WHEN OTHERS THEN
376: x_hook_used := -1;