DBA Data[Home] [Help]

APPS.JAI_OM_WSH_PROCESSING_PKG dependencies on JAI_CMN_INVENTORY_ORGS

Line 48: v_pref_rg23a JAI_CMN_INVENTORY_ORGS.pref_rg23a%type;

44: RETURN VARCHAR2
45: IS
46:
47: --Variable Declaration starts here................
48: v_pref_rg23a JAI_CMN_INVENTORY_ORGS.pref_rg23a%type;
49: v_pref_rg23c JAI_CMN_INVENTORY_ORGS.pref_rg23c%type;
50: v_pref_pla JAI_CMN_INVENTORY_ORGS.pref_pla%type;
51: v_ssi_unit_flag JAI_CMN_INVENTORY_ORGS.ssi_unit_flag%type;
52: v_reg_type VARCHAR2(10);

Line 49: v_pref_rg23c JAI_CMN_INVENTORY_ORGS.pref_rg23c%type;

45: IS
46:
47: --Variable Declaration starts here................
48: v_pref_rg23a JAI_CMN_INVENTORY_ORGS.pref_rg23a%type;
49: v_pref_rg23c JAI_CMN_INVENTORY_ORGS.pref_rg23c%type;
50: v_pref_pla JAI_CMN_INVENTORY_ORGS.pref_pla%type;
51: v_ssi_unit_flag JAI_CMN_INVENTORY_ORGS.ssi_unit_flag%type;
52: v_reg_type VARCHAR2(10);
53: v_tot_excise_amt NUMBER;

Line 50: v_pref_pla JAI_CMN_INVENTORY_ORGS.pref_pla%type;

46:
47: --Variable Declaration starts here................
48: v_pref_rg23a JAI_CMN_INVENTORY_ORGS.pref_rg23a%type;
49: v_pref_rg23c JAI_CMN_INVENTORY_ORGS.pref_rg23c%type;
50: v_pref_pla JAI_CMN_INVENTORY_ORGS.pref_pla%type;
51: v_ssi_unit_flag JAI_CMN_INVENTORY_ORGS.ssi_unit_flag%type;
52: v_reg_type VARCHAR2(10);
53: v_tot_excise_amt NUMBER;
54: v_rg23a_balance NUMBER;

Line 51: v_ssi_unit_flag JAI_CMN_INVENTORY_ORGS.ssi_unit_flag%type;

47: --Variable Declaration starts here................
48: v_pref_rg23a JAI_CMN_INVENTORY_ORGS.pref_rg23a%type;
49: v_pref_rg23c JAI_CMN_INVENTORY_ORGS.pref_rg23c%type;
50: v_pref_pla JAI_CMN_INVENTORY_ORGS.pref_pla%type;
51: v_ssi_unit_flag JAI_CMN_INVENTORY_ORGS.ssi_unit_flag%type;
52: v_reg_type VARCHAR2(10);
53: v_tot_excise_amt NUMBER;
54: v_rg23a_balance NUMBER;
55: v_rg23c_balance NUMBER;

Line 64: v_export_oriented_unit JAI_CMN_INVENTORY_ORGS.export_oriented_unit%type;

60: v_other_pla_balance number;
61: v_basic_excise_duty_amount number;
62: v_add_excise_duty_amount number;
63: v_oth_excise_duty_amount number;
64: v_export_oriented_unit JAI_CMN_INVENTORY_ORGS.export_oriented_unit%type;
65: v_register_code JAI_OM_OE_BOND_REG_HDRS.register_code%type;
66: v_debug_flag varchar2(1); --'N'; --Ramananda for File.Sql.35
67: v_utl_location VARCHAR2(512); --For Log file.
68: v_myfilehandle UTL_FILE.FILE_TYPE; -- This is for File handling