DBA Data[Home] [Help]

APPS.CTO_OSS_SOURCE_PK dependencies on CTO_UTILITY_PK

Line 501: l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then

497: -- If the top most model is matched for pre configuration case
498: -- we need to validate the pre config org is part of the manufacturing
499: -- or procuring org. This validation is added here
500: If l_option_specific is not null and
501: l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then
502: Begin
503: Select 'x'
504: into l_valid_preconfig_org
505: from bom_cto_order_lines_gt bcol,

Line 745: If l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then

741: -- This validation should be performed only for pre configuration cases. This should
742: -- not be performed for Upgrade and ACC.
743:
744:
745: If l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID Then
746: Begin
747: Select 'Y'
748: into l_valid_preconfig_org
749: from

Line 784: End if; /* l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID */

780: end if;
781: CTO_MSG_PUB.cto_message('BOM','CTO_OSS_INVALID_PC_ORG');
782: raise FND_API.G_EXC_ERROR;
783: End;
784: End if; /* l_program_id = CTO_UTILITY_PK.PC_BOM_PROGRAM_ID */
785:
786: -- End of change for bug 3896824 on 11/30/04
787:
788: End if; /* x_oss_exists = 'Y' */