DBA Data[Home] [Help]

APPS.IGI_ITR_FUNDS_CONTROL_PKG dependencies on GL_LOOKUPS

Line 1040: From gl_lookups l

1036: l_fc_result_code_old := p_fc_result_code;
1037:
1038: Select l.lookup_code
1039: Into p_fc_result_code
1040: From gl_lookups l
1041: Where lookup_type = 'FUNDS_CHECK_RESULT_CODE'
1042: And Exists (Select 'x'
1043: From gl_bc_packets bc
1044: Where result_code like 'F%'