DBA Data[Home] [Help]

APPS.BNE_INTEGRATOR_UTILS dependencies on DUAL

Line 151: FROM DUAL;

147: '*')),
148: NULL, 'Y', -- set to Y (VALID) if all characters are within the specified range.
149: 'N') -- set to N (INVALID) if any other characters are contained in the string.
150: INTO VN_CODE_LENGTH, VV_VALID_FLAG
151: FROM DUAL;
152:
153:
154: ------------------------------------------------------------------------------------------------
155: -- Logic in above SQL explained:

Line 4332: -- individually as per DELETE_INTEGRATOR(). --

4328: -- FUNCTION: DELETE_ALL_INTEGRATORS --
4329: -- --
4330: -- DESCRIPTION: Delete all integrators for the given application id. --
4331: -- This will delete each integrator for the application id --
4332: -- individually as per DELETE_INTEGRATOR(). --
4333: -- This will include all subsiduary structures: --
4334: -- - Integrator and attached Parameter Lists --
4335: -- - Interfaces as per DELETE_ALL_INTERFACES() --
4336: -- - Contents as per DELETE_ALL_CONTENTS() --

Line 4550: -- individually as per DELETE_INTERFACE(). --

4546: -- FUNCTION: DELETE_ALL_INTERFACES --
4547: -- --
4548: -- DESCRIPTION: Delete all interfaces for the given integrator. --
4549: -- This will delete each interface for the integrator --
4550: -- individually as per DELETE_INTERFACE(). --
4551: -- The number of interfaces deleted is returned (0 or greater). --
4552: -- No commits are done. --
4553: -- --
4554: -- MODIFICATION HISTORY --

Line 4582: -- individually as per DELETE_DUP_PROFILE(). --

4578: -- FUNCTION: DELETE_ALL_DUP_PROFILES --
4579: -- --
4580: -- DESCRIPTION: Delete all duplicate profiles for the given integrator. --
4581: -- This will delete each duplicate profile for the integrator --
4582: -- individually as per DELETE_DUP_PROFILE(). --
4583: -- The number of profiles deleted is returned (0 or greater). --
4584: -- No commits are done. --
4585: -- --
4586: -- MODIFICATION HISTORY --

Line 4741: -- individually as per DELETE_CONTENT(). --

4737: -- FUNCTION: DELETE_ALL_CONTENTS --
4738: -- --
4739: -- DESCRIPTION: Delete all contents for the given integrator. --
4740: -- This will delete each content for the integrator --
4741: -- individually as per DELETE_CONTENT(). --
4742: -- It will NOT delete any mappings that reference the content. --
4743: -- use DELETE_MAPPING or DELETE_INTEGRATOR for consistent --
4744: -- deletion. --
4745: -- The number of contents deleted is returned (0 or greater). --

Line 4826: -- individually as per DELETE_MAPPING(). --

4822: -- FUNCTION: DELETE_ALL_MAPPINGS --
4823: -- --
4824: -- DESCRIPTION: Delete all mappings for the given integrator. --
4825: -- This will delete each mapping for the integrator --
4826: -- individually as per DELETE_MAPPING(). --
4827: -- The number of mappings deleted is returned (0 or greater). --
4828: -- No commits are done. --
4829: -- --
4830: -- MODIFICATION HISTORY --

Line 4860: -- individually as per DELETE_LAYOUT(). --

4856: -- FUNCTION: DELETE_ALL_LAYOUTS --
4857: -- --
4858: -- DESCRIPTION: Delete all layouts for the given integrator. --
4859: -- This will delete each layouts for the integrator --
4860: -- individually as per DELETE_LAYOUT(). --
4861: -- The number of layouts deleted is returned (0 or greater). --
4862: -- No commits are done. --
4863: -- --
4864: -- MODIFICATION HISTORY --