DBA Data[Home] [Help]

APPS.PA_BUDGET_ACCOUNT_PKG dependencies on PA_LOOKUPS

Line 558: from pa_lookups

554: l_error_flag := 'Y';
555:
556: select description
557: into l_Error_message
558: from pa_lookups
559: where lookup_type = 'FC_RESULT_CODE'
560: and lookup_code = 'F169';
561:
562: l_Error_message := l_Error_message;