DBA Data[Home] [Help]

APPS.GR_REG_PRINT_DOC dependencies on GR_DISPATCH_HISTORY_PUB

Line 316: GR_DISPATCH_HISTORY_PUB.create_dispatch_history (

312: l_msg_data := FND_MESSAGE.GET;
313: FND_FILE.PUT(FND_FILE.LOG, l_msg_data);
314: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
315: /* Call Update Dispatch History API with creation_source = 1 (Internal)*/
316: GR_DISPATCH_HISTORY_PUB.create_dispatch_history (
317: p_api_version => 1.0,
318: p_init_msg_list => FND_API.G_FALSE,
319: p_commit => FND_API.G_TRUE,
320: p_item => l_item_code,

Line 926: GR_DISPATCH_HISTORY_PUB.create_dispatch_history (

922: FND_MESSAGE.SET_TOKEN('FILE_NAME', DocumentRec.file_name,FALSE);
923: l_msg_data := FND_MESSAGE.GET;
924: FND_FILE.PUT(FND_FILE.LOG, l_msg_data);
925: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
926: GR_DISPATCH_HISTORY_PUB.create_dispatch_history (
927: p_api_version => 1.0,
928: p_init_msg_list => FND_API.G_FALSE,
929: p_commit => FND_API.G_TRUE,
930: p_item => DocumentRec.doc_attribute1,