DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 58: and descriptive_flexfield_name = 'JG_AP_SYSTEM_PARAMETERS'

54: select substr(description,1,30)
55: into vdesc
56: from fnd_descr_flex_contexts_vl
57: where application_id = 7003
58: and descriptive_flexfield_name = 'JG_AP_SYSTEM_PARAMETERS'
59: and descriptive_flex_context_code = 'JL.BR.APXCUMSP.SYS_PARAMETER'
60: and enabled_flag = 'Y' and rownum = row_number;
61: Exception
62: When Others Then

Line 501: from ap_System_Parameters Where rownum = row_number;

497: Begin
498: errcd := 0;
499: select substr(Global_Attribute3,1,25)
500: into asson_method
501: from ap_System_Parameters Where rownum = row_number;
502: Exception
503: When Others Then
504: errcd := sqlcode;
505: End get_Association_Method;

Line 747: from ap_system_parameters;

743: Begin
744:
745: select set_of_books_id,substr(global_attribute4,1,25)
746: into l_ledger_id,l_BSV
747: from ap_system_parameters;
748:
749: /* bug 5206517
750: XLE_BUSINESSINFO_GRP.Get_Ledger_Info
751: (x_return_status => l_return_status, --OUT VARCHAR2,

Line 858: from ap_system_parameters;

854: BEGIN
855:
856: select set_of_books_id,substr(global_attribute4,1,25)
857: into l_ledger_id,l_BSV
858: from ap_system_parameters;
859:
860: /* Bug# 5206517
861: XLE_BUSINESSINFO_GRP.Get_Ledger_Info
862: (x_return_status => l_return_status, --OUT VARCHAR2,