DBA Data[Home] [Help]

APPS.PNRX_MILESTONES dependencies on PNP_DEBUG_PKG

Line 118: PNP_DEBUG_PKG.put_log_msg('pn_sp_assign_leaseConditiond(+)');

114: --declare the record type for the function here.........
115: v_code_data PNP_UTIL_FUNC.location_name_rec := NULL;
116: -- declare cursors.....
117: BEGIN
118: PNP_DEBUG_PKG.put_log_msg('pn_sp_assign_leaseConditiond(+)');
119: --Initialise status parameters...
120: retcode:=0;
121: errbuf:='';
122: fnd_profile.get('LOGIN_ID', l_login_id);

Line 548: PNP_DEBUG_PKG.put_log_msg('pn_roll_rent_les: insert(+)');

544: dbms_sql.column_value (l_cursor, 57,V_ACTION_TAKEN);
545:
546: v_code_data:=pnp_util_func.get_location_name(V_LOCATION_ID, V_OCCUPANCY_DATE);
547:
548: PNP_DEBUG_PKG.put_log_msg('pn_roll_rent_les: insert(+)');
549:
550: INSERT INTO pn_milestones_itf
551: (LEASE_MILESTONE_ID ,
552: MILESTONE_TYPE_CODE ,

Line 677: PNP_DEBUG_PKG.put_log_msg('pn_roll_rent_les: insert(-)');

673: V_CREATION_DATE ,
674: V_CREATED_BY ,
675: l_request_id );
676:
677: PNP_DEBUG_PKG.put_log_msg('pn_roll_rent_les: insert(-)');
678:
679: END LOOP;
680:
681: IF dbms_sql.is_open (l_cursor) THEN

Line 685: PNP_DEBUG_PKG.put_log_msg('pn_lease_optionsLoop(-)');

681: IF dbms_sql.is_open (l_cursor) THEN
682: dbms_sql.close_cursor (l_cursor);
683: END IF;
684:
685: PNP_DEBUG_PKG.put_log_msg('pn_lease_optionsLoop(-)');
686:
687: --If there is something amiss...
688: EXCEPTION
689: WHEN OTHERS THEN