DBA Data[Home] [Help]

APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_SIGNATURES

Line 10762: SELECT name INTO v_signature_name FROM cz_signatures

10758: --Read the signature and verify that if the event is EVT_ON_COMMAND, data_value contains the command.
10759:
10760: BEGIN
10761:
10762: SELECT name INTO v_signature_name FROM cz_signatures
10763: WHERE deleted_flag = '0' AND signature_id = v_tExprArgSignature(i);
10764:
10765: IF(UPPER(v_signature_name) = EVT_ON_COMMAND_NAME AND v_tExprDataValue(i) IS NULL)THEN
10766:

Line 10793: SELECT argument_count INTO v_arg_count FROM cz_signatures

10789: --Read the signature to verify the number of parameters.
10790:
10791: BEGIN
10792:
10793: SELECT argument_count INTO v_arg_count FROM cz_signatures
10794: WHERE deleted_flag = '0' AND signature_id = v_tExprParSignature(i);
10795:
10796: --Read the java signature arguments and verify the parameters and their types.
10797: