DBA Data[Home] [Help]

APPS.JAI_CREDIT_CHECK_PKG dependencies on JAI_CREDIT_CHECK_PKG

Line 1: package body jai_credit_check_pkg as

1: package body jai_credit_check_pkg as
2: /* $Header: jai_credit_check.plb 120.5 2011/10/12 08:34:48 qioliu noship $ */
3: --+=======================================================================+
4: --| Copyright (c) 2011 Oracle Corporation
5: --| Redwood Shores, CA, USA

Line 9: --| jai_credit_check_pkg.pck |

5: --| Redwood Shores, CA, USA
6: --| All rights reserved.
7: --+=======================================================================+
8: --| FILENAME |
9: --| jai_credit_check_pkg.pck |
10: --| |
11: --| DESCRIPTION |
12: --| Use this package to include exclusive tax for credit check |
13: --| |

Line 38: | Called From : jai_credit_check_pkg.process_tax_credit_check |

34: | Type : FUNCTION |
35: | Purpose : check SO Credit Check whether be enabled |
36: | TDD Reference : Section 7.6 |
37: | Assumptions : |
38: | Called From : jai_credit_check_pkg.process_tax_credit_check |
39: |--------------------------------------------------------------------------------------------------------------------------------|
40: | parameters IN/OUT Type Required Description and Purpose |
41: | ------------ -------- ------ ---------- ------------------------- |
42: | pn_cust_account_id IN NUMBER yes Customer account id |

Line 476: | Called From : jai_credit_check_pkg.process_tax_credit_check |

472: | Type : PROCEDURE |
473: | Purpose : attach exclusive tax amount to OE for Credit Check |
474: | TDD Reference : Section 7.2 |
475: | Assumptions : |
476: | Called From : jai_credit_check_pkg.process_tax_credit_check |
477: |--------------------------------------------------------------------------------------------------------------------------------|
478: | parameters IN/OUT Type Required Description and Purpose |
479: | ------------ -------- ------ ---------- ------------------------- |
480: | pn_header_id IN NUMBER yes Identifier of SO order |

Line 665: xv_return_message := 'Encountered an error in JAI_CREDIT_CHECK_PKG.PROCESS_ORDER_LINE ' || substr(sqlerrm,1,1900);

661:
662: EXCEPTION
663: WHEN OTHERS THEN
664: xv_return_code := jai_constants.unexpected_error;
665: xv_return_message := 'Encountered an error in JAI_CREDIT_CHECK_PKG.PROCESS_ORDER_LINE ' || substr(sqlerrm,1,1900);
666:
667: END process_order_line;
668:
669:

Line 708: lv_object_name VARCHAR2(200) := 'jai_credit_check_pkg.process_trading_tax_amount';

704:
705: -- variable block
706: ln_exclusive_tax NUMBER;
707: ln_count NUMBER;
708: lv_object_name VARCHAR2(200) := 'jai_credit_check_pkg.process_trading_tax_amount';
709:
710: BEGIN
711: SELECT COUNT(wdd.delivery_detail_id)
712: INTO ln_count

Line 765: end jai_credit_check_pkg;

761: app_exception.raise_exception;
762:
763: END process_trading_tax_amount;
764:
765: end jai_credit_check_pkg;