DBA Data[Home] [Help]

APPS.GR_ATTACH_DOCUMENTS_PKG dependencies on EDR_FILE_UTIL_PUB

Line 141: EDR_FILE_UTIL_PUB.get_category_name(l_event_key, l_category_name);

137: aname=>'FILE_STATUS');
138: /* M.Thomas 3211481 End of the changes */
139:
140: /* Get the category name */
141: EDR_FILE_UTIL_PUB.get_category_name(l_event_key, l_category_name);
142:
143: /* M. Grosser 11-Jan-2004 BUG 3359911 - Modified to account for change
144: in event status from SUCCESS to NO APPROVAL
145: for no approval required uploads.

Line 162: EDR_FILE_UTIL_PUB.get_attribute(l_event_key, 'fnd_document_id',l_temp_value);

158:
159: IF l_entity_name is NOT NULL THEN
160:
161: /* Get the document ID */
162: EDR_FILE_UTIL_PUB.get_attribute(l_event_key, 'fnd_document_id',l_temp_value);
163: l_document_id := TO_NUMBER(l_temp_value);
164:
165: /* Get the document information */
166: OPEN c_doc_info;

Line 334: EDR_FILE_UTIL_PUB.get_attribute(l_event_key, 'fnd_document_id',l_temp_value);

330: ELSE /* Document has not been approved, don't attach it */
331:
332: IF (l_category_name in ('MSDS_REG_ITEM','MSDS_INV_ITEM','MSDS_SALES_ORDER','MSDS_RECIPIENT')) THEN
333: /* Get the document ID */
334: EDR_FILE_UTIL_PUB.get_attribute(l_event_key, 'fnd_document_id',l_temp_value);
335: l_document_id := TO_NUMBER(l_temp_value);
336:
337: /* Get the category id for MSDS_REJECTED */
338: OPEN c_get_category_id;