DBA Data[Home] [Help]

APPS.INV_TRANSACTION_LOVS dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 76: org_organization_definitions b

72: p_Concatenated_Segments IN VARCHAR2) IS
73: BEGIN
74: OPEN x_Accounts FOR
75: SELECT a.code_combination_id,a.concatenated_segments FROM gl_code_combinations_kfv a,
76: org_organization_definitions b
77: WHERE b.organization_id = p_Organization_Id AND
78: a.chart_of_accounts_id = b.chart_of_accounts_id AND
79: a.concatenated_segments like p_Concatenated_Segments
80: and a.enabled_flag = 'Y' and nvl(a.start_date_active,sysdate-1)<=sysdate and