DBA Data[Home] [Help]

APPS.PA_BUDGET_UTILS dependencies on PA_LOOKUPS

Line 416: from pa_lookups

412: x_change_reason_code := NULL;
413:
414: select lookup_code
415: into x_change_reason_code
416: from pa_lookups
417: where lookup_type = 'BUDGET CHANGE REASON'
418: and meaning = x_meaning;
419:
420: return x_change_reason_code;

Line 3465: from pa_lookups

3461: x_msg_data := 'PA_FV_BUDGET_INT_FAILED';
3462: Begin
3463: Select meaning
3464: into l_rejection_reason
3465: from pa_lookups
3466: where lookup_code = l_rejection_code
3467: and lookup_type = 'PA_BUD_INTERFACE_REJ_CODE';
3468: Exception
3469: When no_data_found then