DBA Data[Home] [Help]

APPS.CZ_DEVELOPER_UTILS_PVT dependencies on CZ_SIGNATURES

Line 10710: SELECT name INTO v_signature_name FROM cz_signatures

10706: --Read the signature and verify that if the event is EVT_ON_COMMAND, data_value contains the command.
10707:
10708: BEGIN
10709:
10710: SELECT name INTO v_signature_name FROM cz_signatures
10711: WHERE deleted_flag = '0' AND signature_id = v_tExprArgSignature(i);
10712:
10713: IF(UPPER(v_signature_name) = EVT_ON_COMMAND_NAME AND v_tExprDataValue(i) IS NULL)THEN
10714:

Line 10741: SELECT argument_count INTO v_arg_count FROM cz_signatures

10737: --Read the signature to verify the number of parameters.
10738:
10739: BEGIN
10740:
10741: SELECT argument_count INTO v_arg_count FROM cz_signatures
10742: WHERE deleted_flag = '0' AND signature_id = v_tExprParSignature(i);
10743:
10744: --Read the java signature arguments and verify the parameters and their types.
10745: