DBA Data[Home] [Help]

APPS.PO_PCARD_PKG dependencies on PO_TBL_NUMBER

Line 7: FUNCTION get_pcard_valid_active_tbl ( p_pcard_id_tbl IN PO_TBL_NUMBER )

3:
4: function is_pcard_valid_and_active(x_pcard_id in number) return boolean;
5:
6: --
7: FUNCTION get_pcard_valid_active_tbl ( p_pcard_id_tbl IN PO_TBL_NUMBER )
8: RETURN PO_TBL_VARCHAR1;
9: --
10:
11: function is_site_pcard_enabled(x_vendor_id in number,x_vendor_site_id in number) return boolean;

Line 14: FUNCTION get_site_pcard_enabled_tbl ( p_vendor_id_tbl IN PO_TBL_NUMBER

10:
11: function is_site_pcard_enabled(x_vendor_id in number,x_vendor_site_id in number) return boolean;
12:
13: --
14: FUNCTION get_site_pcard_enabled_tbl ( p_vendor_id_tbl IN PO_TBL_NUMBER
15: , p_vendor_site_id_tbl IN PO_TBL_NUMBER )
16: RETURN PO_TBL_VARCHAR1;
17: --
18:

Line 15: , p_vendor_site_id_tbl IN PO_TBL_NUMBER )

11: function is_site_pcard_enabled(x_vendor_id in number,x_vendor_site_id in number) return boolean;
12:
13: --
14: FUNCTION get_site_pcard_enabled_tbl ( p_vendor_id_tbl IN PO_TBL_NUMBER
15: , p_vendor_site_id_tbl IN PO_TBL_NUMBER )
16: RETURN PO_TBL_VARCHAR1;
17: --
18:
19: function get_vendor_pcard_info(x_vendor_id in number,