DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_API dependencies on ECX_STANDARDS

Line 504: from ecx_standards

500: -- make sure it is a valid standard.
501: begin
502: select standard_id
503: into x_standard_id
504: from ecx_standards
505: where standard_code = p_standard
506: and standard_type = p_standard_type;
507: exception
508: when no_data_found then

Line 626: from ecx_standards

622: -- make sure it is a valid standard.
623: begin
624: select standard_id
625: into x_standard_id
626: from ecx_standards
627: where standard_code = p_standard
628: and standard_type = p_standard_type;
629: exception
630: when no_data_found then

Line 778: from ecx_standards

774: -- make sure it is a valid standard.
775: begin
776: select standard_id
777: into I_stand_id
778: from ecx_standards
779: where standard_code = p_standard
780: and standard_type = p_standard_type;
781: exception
782: when no_data_found then

Line 1008: from ecx_standards

1004: -- make sure it is a valid standard.
1005: begin
1006: select standard_id
1007: into I_stand_id
1008: from ecx_standards
1009: where standard_code = p_standard
1010: and standard_type = p_standard_type;
1011: exception
1012: when no_data_found then