DBA Data[Home] [Help]

APPS.EDR_STANDARD_PUB dependencies on EDR_CTX_PKG

Line 1154: edr_ctx_pkg.set_secure_attr;

1150: -- Following code gets the current eRecord Id into out variable
1151:
1152: --Bug 3935913: Start
1153: -- Added security context logic
1154: edr_ctx_pkg.set_secure_attr;
1155: OPEN GET_CUR_ERECORD_ID;
1156: FETCH GET_CUR_ERECORD_ID INTO x_erecord_id;
1157: CLOSE GET_CUR_ERECORD_ID;
1158: edr_ctx_pkg.unset_secure_attr;

Line 1158: edr_ctx_pkg.unset_secure_attr;

1154: edr_ctx_pkg.set_secure_attr;
1155: OPEN GET_CUR_ERECORD_ID;
1156: FETCH GET_CUR_ERECORD_ID INTO x_erecord_id;
1157: CLOSE GET_CUR_ERECORD_ID;
1158: edr_ctx_pkg.unset_secure_attr;
1159: --Bug 3935913: End
1160: -- Standard call to get message count and if count is 1,
1161: --get message info.
1162: FND_MSG_PUB.Count_And_Get