DBA Data[Home] [Help]

APPS.IGS_PE_GEN_004 dependencies on FND_WEBATTCH

Line 824: After the successful insertion of these records it calls the FND_WEBATTCH API to create the link in the

820: P_MSG_DATA OUT NOCOPY VARCHAR2
821: ) IS
822: /*
823: Purpose: This procedure inserts record in the Credential and Fnd_Lobs table.
824: After the successful insertion of these records it calls the FND_WEBATTCH API to create the link in the
825: attachment tables for the Entity IGS_PE_CREDENTIALS
826:
827: Change History:
828: Who When What

Line 896: FND_WEBATTCH.Add_Attachment (

892: OPEN cat_cur('CUSTOM1499');
893: FETCH cat_cur INTO l_category_id;
894: CLOSE cat_cur;
895:
896: FND_WEBATTCH.Add_Attachment (
897: seq_num => '1',
898: category_id => l_category_id,
899: document_description => NULL,
900: datatype_id => 6,