DBA Data[Home] [Help]

APPS.WIP_REPETITIVE_ENTITY dependencies on WIP_CONSTANTS

Line 15: and entity_type <> WIP_CONSTANTS.REPETITIVE;

11: select 'x'
12: from WIP_ENTITIES
13: where organization_id = p_org_id
14: and wip_entity_name = p_entity_name
15: and entity_type <> WIP_CONSTANTS.REPETITIVE;
16:
17: begin
18: open chck_discrete;
19: fetch chck_discrete into temp;

Line 75: WIP_CONSTANTS.REPETITIVE,

71: values
72: (p_entity_id, p_org_id,
73: SYSDATE, p_user_id, SYSDATE, p_user_id, p_login_id,
74: substr(p_entity_name, 1, 240),
75: WIP_CONSTANTS.REPETITIVE,
76: p_description, p_primary_id, X_Gen_Object_Id);
77: end if;
78: close check_entity;
79: end insert_entity;