DBA Data[Home] [Help]

APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on FND_API

Line 315: P_INIT_MSG_LIST => FND_API.G_FALSE,

311:
312: -- get the erecord id for the file
313: EDR_STANDARD_PUB.GET_ERECORD_ID(
314: P_API_VERSION => 1.0,
315: P_INIT_MSG_LIST => FND_API.G_FALSE,
316: X_RETURN_STATUS => l_return_status,
317: X_MSG_COUNT => l_msg_count,
318: X_MSG_DATA => l_msg_data,
319: P_EVENT_NAME => 'oracle.apps.edr.file.approve',

Line 324: IF (L_RETURN_STATUS = FND_API.G_RET_STS_SUCCESS and l_erecord_id is not NULL) THEN

320: P_EVENT_KEY => p_file_ID,
321: X_ERECORD_ID => l_erecord_id);
322:
323: -- Make an attachemtn to erecord entity
324: IF (L_RETURN_STATUS = FND_API.G_RET_STS_SUCCESS and l_erecord_id is not NULL) THEN
325: -- call copy attachment for each category
326: /* select Catgory id of checklist */
327: select category_id into l_category_id
328: from fnd_document_categories_vl