DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_PVT dependencies on FND_SEQNUM

Line 458: l_seq_return := FND_SEQNUM.get_seq_info

454: WSH_UTIL_CORE.add_message (WSH_UTIL_CORE.g_ret_sts_error);
455: RAISE FND_API.G_EXC_ERROR;
456: END IF;
457: -- call FND API to get the sequence type information
458: l_seq_return := FND_SEQNUM.get_seq_info
459: ( app_id => p_application_id
460: , cat_code => type_rec.category_code
461: , sob_id => p_ledger_id -- LE Uptake
462: , met_code => type_rec.method_code

Line 1339: l_seq_return := FND_SEQNUM.get_seq_val

1335: (l_seq_type = 'G')
1336: OR
1337: ((l_seq_type = 'M') AND (l_delivery_id_tab(ctr) = l_delivery_id) )
1338: THEN
1339: l_seq_return := FND_SEQNUM.get_seq_val
1340: ( app_id => p_application_id
1341: , cat_code => category_rec.category_code
1342: , sob_id => p_ledger_id -- LE Uptake
1343: , met_code => assignment_rec.method_code

Line 1559: l_seq_return := FND_SEQNUM.get_seq_val

1555: IF (l_seq_type = 'A')
1556: OR
1557: (l_seq_type = 'G')
1558: THEN
1559: l_seq_return := FND_SEQNUM.get_seq_val
1560: ( app_id => p_application_id
1561: , cat_code => category_rec.category_code
1562: , sob_id => p_ledger_id -- LE Uptake
1563: , met_code => assignment_rec.method_code