DBA Data[Home] [Help]

APPS.XDP_UTILITIES dependencies on XDP_PROCEDURE_UTIL

Line 2003: lv_proc_name := XDP_PROCEDURE_UTIL.decode_proc_name (lv_rec.proc_name) ;

1999: lv_fetype_id := NULL;
2000: lv_fa_id := NULL;
2001: END IF;
2002:
2003: lv_proc_name := XDP_PROCEDURE_UTIL.decode_proc_name (lv_rec.proc_name) ;
2004:
2005: -- The ID for Pre-Compilation depends on the type of the procedure
2006: if lv_rec.proc_type = 'PROVISIONING' then
2007: lv_ActualID := lv_fa_id;

Line 2040: XDP_PROCEDURE_UTIL.Create_Package_Spec(

2036: end if;
2037:
2038:
2039: fnd_file.put_line(fnd_file.output,'Creating Package Spec... ');
2040: XDP_PROCEDURE_UTIL.Create_Package_Spec(
2041: lv_proc_name,
2042: lv_rec.proc_type,
2043: lv_ret,
2044: lv_str);

Line 2057: XDP_PROCEDURE_UTIL.Create_Package_Body(

2053: goto l_continue;
2054: else
2055: fnd_file.put_line(fnd_file.output,'Package Spec created successfully... ');
2056: fnd_file.put_line(fnd_file.output,'Creating Package Body... ');
2057: XDP_PROCEDURE_UTIL.Create_Package_Body(
2058: lv_proc_name,
2059: lv_rec.proc_type,
2060: lv_fa_id,
2061: lv_fetype_id,