DBA Data[Home] [Help]

APPS.POS_ASN_DETAILS_S dependencies on FND_FUNCTION

Line 255: -- region. if fnd_function.test() returns true, then display

251: 'POS_ASN_DETAILS_SHIPMENTS_R');
252:
253:
254: -- use function security to disable or enable the invoice details
255: -- region. if fnd_function.test() returns true, then display
256: -- the region.
257: IF (fnd_function.test('ICX_DISABLE_ASBN')) and ASBN THEN
258: paint_shipment_details(p_asn_line_id,
259: p_asn_line_split_id,

Line 257: IF (fnd_function.test('ICX_DISABLE_ASBN')) and ASBN THEN

253:
254: -- use function security to disable or enable the invoice details
255: -- region. if fnd_function.test() returns true, then display
256: -- the region.
257: IF (fnd_function.test('ICX_DISABLE_ASBN')) and ASBN THEN
258: paint_shipment_details(p_asn_line_id,
259: p_asn_line_split_id,
260: 'POS_ASN_DETAILS_INVOICE_R');
261: END IF;