DBA Data[Home] [Help]

APPS.HR_SG_BANK_ACCT_VALIDATION SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 42

	 Select meaning
	 From   hr_lookups
	 Where  lookup_type = 'SG_BANK_CODE'
	 And    lookup_code = p_bank_name
	 And    application_id = 800
         And    enabled_flag = 'Y';