DBA Data[Home] [Help]

APPS.EDR_ATTACHMENTS_GRP dependencies on STANDARD

Line 121: -- standard. But do this ONLY when the security on the base document is enforced

117:
118: --Bug 4381237: Start
119: --We are changing the logic of the FND copy atachment in the following manner:
120: --1. make a new physical copy of the attachment even in case when its of type
121: -- standard. But do this ONLY when the security on the base document is enforced
122: -- i.e. when the security type <> 4 and security id <> null
123: --IF (docrec.usage_type = 'O'
124: -- AND docrec.datatype_id IN (1,2,5,6) ) THEN
125: IF docrec.datatype_id IN (1,2,5,6) AND

Line 492: -- standard. But do this ONLY when the security on the base document is enforced

488:
489: --Bug 4381237: Start
490: --We are changing the logic of the FND copy atachment in the following manner:
491: --1. make a new physical copy of the attachment even in case when its of type
492: -- standard. But do this ONLY when the security on the base document is enforced
493: -- i.e. when the security type <> 4 and security id <> null
494: --IF (docrec.usage_type = 'O'
495: -- AND docrec.datatype_id IN (1,2,5,6) ) THEN
496: IF docrec.datatype_id IN (1,2,5,6) AND

Line 1060: EDR_STANDARD.GET_DESC_FLEX_ALL_PROMPTS(

1056:
1057: BEGIN
1058: wf_log_pkg.string(6, 'GET_DESC_FLEX_ALL_PROMPTS','In the get_desc_flex_all_prompts procedure');
1059:
1060: EDR_STANDARD.GET_DESC_FLEX_ALL_PROMPTS(
1061: P_APPLICATION_ID => P_APPLICATION_ID,
1062: P_DESC_FLEX_DEF_NAME => P_DESC_FLEX_DEF_NAME,
1063: P_DESC_FLEX_CONTEXT => P_DESC_FLEX_CONTEXT,
1064: P_PROMPT_TYPE => P_PROMPT_TYPE,

Line 1189: EDR_STANDARD.GET_DESC_FLEX_ALL_VALUES(

1185: wf_log_pkg.string(6, 'GET_DESC_FLEX_ALL_VALUES','ID_VAL8 '||P_COLUMN8_ID_VAL);
1186: wf_log_pkg.string(6, 'GET_DESC_FLEX_ALL_VALUES','ID_VAL9 '||P_COLUMN9_ID_VAL);
1187: wf_log_pkg.string(6, 'GET_DESC_FLEX_ALL_VALUES','ID_VAL10 '||P_COLUMN10_ID_VAL);
1188:
1189: EDR_STANDARD.GET_DESC_FLEX_ALL_VALUES(
1190: P_APPLICATION_ID => P_APPLICATION_ID,
1191: P_DESC_FLEX_DEF_NAME => P_DESC_FLEX_DEF_NAME,
1192: P_DESC_FLEX_CONTEXT => P_DESC_FLEX_CONTEXT,
1193: P_COLUMN1_NAME => P_COLUMN1_NAME,