DBA Data[Home] [Help]

APPS.ECE_UTILITIES dependencies on ECE_INTERFACE_TBLS_UPG

Line 952: FROM ece_interface_tbls_upg

948: IF not_in_main_flag = 'Y' THEN
949: /* Make sure transaction type passed in exists */
950: xProgress := 'UTILB-10-1050';
951: SELECT installed_flag INTO c_installed_flag
952: FROM ece_interface_tbls_upg
953: WHERE transaction_Type = p_transaction AND
954: output_level = 1 AND
955: ROWNUM = 1;
956: END IF;

Line 990: UPDATE ece_interface_tbls_upg

986: BEGIN
987: /* Now go and update the EDI tables */
988: xProgress := 'UTILB-10-1070';
989: IF not_in_upg_flag = 'N' THEN
990: UPDATE ece_interface_tbls_upg
991: SET installed_flag = new_status
992: WHERE transaction_type = p_transaction;
993: END IF;
994: