DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on MTL_GENERIC_DISPOSITIONS

Line 2208: From mtl_generic_dispositions

2204: Is
2205: l_account_id NUMBER;
2206: Cursor l_Get_Account_Id_Csr IS
2207: Select distribution_account
2208: From mtl_generic_dispositions
2209: Where segment1 = Prof_val--need to change this value based on fnd_profile.value('csp_scar_adjust_account')
2210: And organization_id = p_organization_id
2211: And enabled_flag = 'Y'
2212: And trunc(nvl(effective_date, sysdate-1)) <= trunc(sysdate)