DBA Data[Home] [Help]

APPS.QA_SS_SHIP dependencies on QA_SS_SHIP

Line 1: package body qa_ss_ship as

1: package body qa_ss_ship as
2: /* $Header: qltssshb.plb 120.2 2006/02/09 05:43:20 saugupta noship $ */
3:
4: function are_ship_plans_applicable (
5: P_Po_Number IN VARCHAR2 DEFAULT NULL,

Line 372: htp.p('Exception in procedure qa_ss_ship.shipping plans');

368: IF rel_num_cur%ISOPEN THEN
369: CLOSE rel_num_cur;
370: End If;
371:
372: htp.p('Exception in procedure qa_ss_ship.shipping plans');
373: htp.p(SQLERRM);
374:
375:
376: END shipping_plans;

Line 381: end qa_ss_ship;

377: ----------------------------------------------------------------------------------------------
378:
379:
380:
381: end qa_ss_ship;
382: