DBA Data[Home] [Help]

APPS.PA_LOOKUPS_PKG dependencies on PA_CREDIT_RECEIVERS

Line 56: from pa_credit_receivers cr

52: into x_dummy
53: from sys.dual
54: where not exists
55: (select 1
56: from pa_credit_receivers cr
57: where cr.credit_type_code = x_lookup_code);
58:
59: EXCEPTION
60: WHEN NO_DATA_FOUND then