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 1338: l_seq_return := FND_SEQNUM.get_seq_val

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

Line 1558: l_seq_return := FND_SEQNUM.get_seq_val

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